Skip to content

Commit 5a4fe10

Browse files
author
Jon
committed
gitignore
0 parents  commit 5a4fe10

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Build directories
2+
Debug/
3+
Release/
4+
ipch/
5+
bin/
6+
Archive/
7+
8+
# Bloated Windows Databases
9+
*.sdf
10+
*.opensdf
11+
*.suo
12+
*.exp
13+
*.db
14+
*.pdb
15+
*.idb
16+
*.ilk
17+
*.opendb
18+
*.log
19+
*.lastbuildstate
20+
21+
# Compiled files
22+
*.slo
23+
*.lo
24+
*.o
25+
*.obj
26+
*.exe
27+
28+
# Precompiled Headers
29+
*.gch
30+
*.pch
31+
*.idb
32+
*.pdb
33+
*.opendb
34+
35+
# Visual studio stuff
36+
*.user
37+
38+
Dependencies/OSHGui/Include
39+
docs/_site/
40+
Gemfile.lock
41+
GWToolbox/~*.tmp
42+
GWToolbox.aps
43+
44+
# Sublime Text stuff
45+
*.sublime-project*
46+
*.sublime-workspace*
47+
.vs/
48+
build/

0 commit comments

Comments
 (0)