-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (54 loc) · 585 Bytes
/
.gitignore
File metadata and controls
58 lines (54 loc) · 585 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Ignore file for Visual Studio 2008
# use glob syntax
syntax: glob
# Ignore Visual Studio 2008 files
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
[Bb]in
[Dd]ebug*/
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
[Ii]nspiration/
[Pp]ackages/
*.user.config
NUnit.exe.lnk
NBi.ncrunchsolution
[Dd]ocumentation*/
*.orig
*.dgml
.JustCode/
.nuget/[Nn]u[Gg]et.exe
*.vsp
*.psess
Thumbs.db
*.rej
*.diff
#Nuget
*.compiled.nuspec
.nupkg/
.vs/
#Temp
Daquar.*/
NBi.Data3Sixty*/