forked from OpenHistoricalDataMap/OHDMConverter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (50 loc) · 900 Bytes
/
.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
#ant specific
dist/
build/
#netbeans specific
core
nbproject/*
#java specific
*.class
#general swap/backup files
*.so
*.log
*.out
*~
*.swp
*.DS_Store
*.lock
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.idea/
.idea/*
.idea/vcs.xml
db_inter.txt
db_inter_private.txt
sample.osm
sample2.osm
sample3.osm
sample4.osm
test.osm
/src/osm2inter/TestMain.java
/.idea/
/.idea/libraries/
/.idea/misc.xml
/.idea/modules.xml
/.idea/vcs.xml
/.idea/uiDesigner.xml
/.idea/OSMImportUpdate.iml
/.idea/inspectionProfiles/
/.idea/workspace.xml
/db_inter.txt
/db_inter_private.txt
out/production/OSMImportUpdate/inter2ohdm/
out/production/OSMImportUpdate/ohdm2rendering/
out/production/OSMImportUpdate/osm/
out/production/OSMImportUpdate/osm2inter/
out/production/OSMImportUpdate/util/