Skip to content

Commit 68a4d72

Browse files
committed
Added .gitignore back in
1 parent 38becc4 commit 68a4d72

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.gitignore

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# git-ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
# *.[oa]
6+
# *~
7+
*.o
8+
*.sdf
9+
*.lo
10+
*.la
11+
*.al
12+
.libs
13+
*.so
14+
*.a
15+
*.pyc
16+
*.pyo
17+
*.rej
18+
*.suo
19+
*.user
20+
*.cache
21+
*.xap
22+
*.log
23+
*.vspcc
24+
*.vspscc
25+
*.vscc
26+
*.vssscc
27+
*~
28+
*.*~
29+
.*.swp
30+
.DS_Store
31+
bin
32+
Bin
33+
obj
34+
Obj
35+
Debug
36+
Release
37+
*.suo
38+
*.user
39+
TestResults
40+
*.Cache
41+
_ReSharper.*
42+
ClientBin
43+
stylecop.*
44+
pkgobj
45+
pkg
46+
.svn
47+
.builds
48+
~$*
49+
*.dbmdl
50+
coverage
51+
packages
52+
*.docstates
53+
*.InstallLog

0 commit comments

Comments
 (0)