We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38becc4 commit 68a4d72Copy full SHA for 68a4d72
.gitignore
@@ -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
38
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