Skip to content

Commit bb991b2

Browse files
committed
chore: update .gitignore for build artifacts
- Add build/, docs/generated/ to gitignore - Exclude temporary and generated files from git tracking - Keep documentation source files in git
1 parent e59766b commit bb991b2

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

.gitignore

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Compiled Object files
5-
*.slo
6-
*.lo
7-
*.o
8-
*.obj
9-
10-
# Precompiled Headers
11-
*.gch
12-
*.pch
13-
14-
# Linker files
15-
*.ilk
16-
17-
# Debugger Files
18-
*.pdb
19-
20-
# Compiled Dynamic libraries
21-
*.so
22-
*.dylib
23-
*.dll
24-
25-
# Fortran module files
26-
*.mod
27-
*.smod
28-
29-
# Compiled Static libraries
30-
*.lai
31-
*.la
32-
*.a
33-
*.lib
34-
35-
# Executables
36-
*.exe
37-
*.out
38-
*.app
39-
40-
41-
42-
# debug information files
43-
*.dwo
44-
45-
# Build directories
46-
.xmake/
47-
build/
48-
49-
# vscode config
50-
.vscode/
51-
52-
# Example executables
53-
simple_standard_parallelism
54-
standard_parallelism_demo
55-
test_standard_parallelism
1+
# Prerequisites
2+
*.d
3+
4+
# Compiled Object files
5+
*.slo
6+
*.lo
7+
*.o
8+
*.obj
9+
10+
# Precompiled Headers
11+
*.gch
12+
*.pch
13+
14+
# Linker files
15+
*.ilk
16+
17+
# Debugger Files
18+
*.pdb
19+
20+
# Compiled Dynamic libraries
21+
*.so
22+
*.dylib
23+
*.dll
24+
25+
# Fortran module files
26+
*.mod
27+
*.smod
28+
29+
# Compiled Static libraries
30+
*.lai
31+
*.la
32+
*.a
33+
*.lib
34+
35+
# Executables
36+
*.exe
37+
*.out
38+
*.app
39+
40+
41+
42+
# debug information files
43+
*.dwo
44+
45+
# Build directories
46+
.xmake/
47+
build/
48+
49+
# vscode config
50+
.vscode/
51+
52+
# Example executables
53+
simple_standard_parallelism
54+
standard_parallelism_demo
55+
test_standard_parallelism
5656
parallelism_integration_demo

0 commit comments

Comments
 (0)