Skip to content

Commit 783d197

Browse files
committed
add gitignore
Signed-off-by: Mai Ooizumi <mai@imomoe.moe>
1 parent 0a5d2ce commit 783d197

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.gitignore

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
# Compiled Dynamic libraries
15+
*.so
16+
*.dylib
17+
*.dll
18+
19+
# Fortran module files
20+
*.mod
21+
*.smod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app
33+
34+
# Visual Studio
35+
/.vs
36+
x64/
37+
x86/
38+
build/
39+
VScriptAutoPatcher/x64
40+
VScriptAutoPatcher/x86
41+
*.vcxproj.user
42+
43+
# Visual Studio Code
44+
.vscode/

0 commit comments

Comments
 (0)