forked from petergolde/PurplePen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (85 loc) · 2.03 KB
/
.gitignore
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
bin
obj
Debug
Release
x64/
build/
*_temp.*
*_diff.png
*_new.png
*.suo
*.docstates
*.cache
*.tmp
*.user
*.chm
*.sdf
*.opensdf
*.DS_Store
!src/Libraries/**/Debug
!src/Libraries/**/Release
src/TestResults
src/tools/TranslateTool/TestResults
src/tools/TranslateTool/TestFiles
src/PurplePen_Tests/Test References
src/TestFiles/controller/ocad_create1/*.ocd
src/TestFiles/controller/ocad_create2/*.ocd
src/TestFiles/controller/ocad_create3/*.ocd
src/TestFiles/controller/ocad_create4/*.ocd
src/TestFiles/controller/ocad_create5/*.ocd
src/TestFiles/controller/ocad_create6/*.ocd
src/TestFiles/controller/ocad_create9/*.ocd
src/TestFiles/exportxml/*_actual.xml
src/TestFiles/gpx/*_actual.gpx
doc/userdocs/Help/_vti_cnf
doc/userdocs/Help/_vti_pvt
doc/userdocs/Help/*.log
doc/userdocs/Help/desktop.ini
src/PPenDXCore.Solution
src/SetupIS/SetupIS
.bzr/
Thumbs.db
src/.vs/
*.opendb
*.db
src/Tools/SignHelper/.vs/
src/Innosetup/output/
src/Tools/TranslateTool/.vs/
/.vs
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.cachefile
# Specific to this project.
*_temp.*
*_diff.png
*_new.png
*.crunchproject.local.xml
src/TestResults
src/tools/TranslateTool/TestResults
src/tools/TranslateTool/TestFiles
src/PurplePen_Tests/Test References
src/TestFiles/controller/ocad_create1/*.ocd
src/TestFiles/controller/ocad_create2/*.ocd
src/TestFiles/controller/ocad_create3/*.ocd
src/TestFiles/controller/ocad_create4/*.ocd
src/TestFiles/controller/ocad_create5/*.ocd
src/TestFiles/controller/ocad_create6/*.ocd
doc/userdocs/Help/_vti_cnf
doc/userdocs/Help/_vti_pvt
doc/userdocs/Help/*.log
doc/userdocs/Help/desktop.ini
src/PPenDXCore.Solution
*.DS_Store
src/TestFiles/rendering/startendglyph9_tempnew.png
*.VC.opendb
*.VC.db
src/packages/
src/.vs/
!src/DotSpatialProjectionsLite/DotSpatial.Projections.Tests/x86
!src/DotSpatialProjectionsLite/DotSpatial.Projections.Tests/x64
!src/PdfiumViewer/Libraries/**/x86
!src/PdfiumViewer/Libraries/**/x64
/src/InternalTrace.*.log
/src/Tools/LinearColorConverter/.vs/