forked from dwmkerr/sharpgl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (41 loc) · 688 Bytes
/
.gitignore
File metadata and controls
44 lines (41 loc) · 688 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
# Ignore thumbnails created by windows / MacOS.
Thumbs.db
.DS_Store
# Ignore files build by Visual Studio
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
*.sdf
*.opensdf
# We don't want to ignore the main release folder scripts.
.vs
!/release/
/release/2.1*/
build/nuspec/SharpGLCore/lib/
build/nuspec/SharpGLforWinForms/lib/
build/nuspec/SharpGLforWPF/lib/
release/2.*
source/SharpGL/packages/
# Artifacts and vs code.
source/SharpGL/.vs
source/SharpGL/artifacts
# Ignores for the extensions.
extensions/build/SharpGL.2010.vsix
extensions/build/SharpGL.vsix
extensions/Seeds/packages
*.GhostDoc.xml