-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
executable file
·150 lines (137 loc) · 3.16 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.obj
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
packages
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# Compiled JavaScript #
#######################
AplPed.TACOP/AplPed.TACOP.ExplorerWidget/Scripts/apl/apl.commonwidgets.js
AplPed.TACOP/AplPed.TACOP.ExplorerWidget/Scripts/apl/apl.earth.js
# Don't ignore .Net 4.5 installer #
###################################
!NDP451-KB2858728-x86-x64-AllOS-ENU.exe
# Don't ignore nuget.exe #
###################################
!NuGet/NuGet.exe
# Don't ignore MrSID DLLs #
###########################
!lti_*.dll
# Don't ignore swig #
#####################
!swig.exe
# Don't ignore Ionic.Zip.Reduced.dll #
######################################
!Ionic.Zip.Reduced.dll
# Don't ignore tomcat7 x64 binaries #
#####################################
!tomcat7.exe
!tomcat7w.exe
!tcnative-1.dll
# Don't Ignore List Styling JS&CSS #
####################################
!source/widgets/PedWidgets/PedWidgets/Scripts/apl.ped.bs.js
# build/edit artifacts #
########################
.vs
x64
Win32
x86
Debug
Release
obj
bin
.vscode
*.vcxproj.*
*.csproj.*
*.xproj.*
*.wixproj.*
*.VC.db
*.VC.opendb
_ReSharper.*
ipch
*.suo
*.opensdf
*.sdf
*.aps
*.VC.opendb
UpgradeLog.XML
*.DotSettings.*
StyleCop.Cache
.vs
*.VC.db
*.VC.opendb
*~
*.pch
*.pdb
*.svclog
third_party_libraries/mpir/yasm/gas-token.c
third_party_libraries/mpir/yasm/lc3bid.c
third_party_libraries/mpir/yasm/nasm-token.c
third_party_libraries\gdal\gdal-1.9.0\frmts\jpeg\libjpeg12\*.c
third_party_libraries\gdal\gdal-1.9.0\frmts\jpeg\libjpeg12\*.h
third_party_libraries\gdal\gdal-1.10.0\frmts\jpeg\libjpeg12\*.c
third_party_libraries\gdal\gdal-1.10.0\frmts\jpeg\libjpeg12\*.h
Index.htm.js
Layout.js
MainWindow.js
MapBrowser.js
ProductBrowser.js
WorkFlowEditor.js
OWF-bundle-7-GA
deploy/SetupOzonePlatform/owf
deploy/SetupOzonePlatform/owfDir.wxs
deploy/AplWidgetsInstaller/webapps
deploy/AplWidgetsInstaller/webappsDir.wxs
source/widgets/webapps
source/widgets/PedWidgets/PedWidgets/PedWidgetsDeploy*
third_party_libraries/gdal/gdal-1.9.0/swig/csharp/const
third_party_libraries/gdal/gdal-1.9.0/swig/csharp/gdal
third_party_libraries/gdal/gdal-1.9.0/swig/csharp/ogr
third_party_libraries/gdal/gdal-1.9.0/swig/csharp/osr
third_party_libraries/gdal/gdal-1.9.0/frmts/jpeg/libjpeg12/*.h
third_party_libraries/gdal/gdal-1.9.0/frmts/jpeg/libjpeg12/*.c
source/widgets/AplWidgets/res/AplWidgets.js
source/widgets/webapps/cas.war
source/widgets/webapps/owf.war
source/widgets/PedWidgets/PedWidgets/Scripts/aplped.person.js
source/widgets/PedWidgets/PedWidgets/Scripts/aplped.javascriptconfig.js
source/widgets/PedWidgets/PedWidgets/Scripts/aplped.common.js
Argon2TestVector/Generated
dllFun.csv
dllFun.xml
TestResults
/nuget
# copied around code signing keys
Isopoh.Cryptography.Argon2/isopoh.pfx
Isopoh.Cryptography.Blake2b/isopoh.pfx
Isopoh.Cryptography.SecureArray/isopoh.pfx
# User specific publish profile
*Profile.pubxml.user