-
Notifications
You must be signed in to change notification settings - Fork 785
/
.gitignore
140 lines (129 loc) · 1.64 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
# Editor temporary/working/backup
*~
*.bak
*.swp
# Compiled source
*.dll
*.exe
*.exp
*.la
*.lib
*.lo
*.o
*.obj
*.ol
*.pdb
*.pyc
# IDEs
build.local.bat
build.local.sh
/.idea
/.vs*
/*build*
/nbproject
# Autotools
autom4te.cache
aclocal.m4
compile
config.cache
config.guess
config.log
config.status
config.sub
configure
depcomp
test-driver
install-sh
ltmain.sh
missing
libtool
.deps
.dirstamp
.libs
Makefile.in
Makefile
# CMake
CMakeFiles
CMakeCache.txt
CMakeSettings.json
CTestTestfile.cmake
cmake_install.cmake
cmake/project-config*.cmake
install_manifest.txt
# / (base)
/*.manifest
/README
/bin
/lib
/proj.pc
/Testing
# data
/data/all.sql.in
/data/proj.db
/data/*.ct2
/data/*.dat
/data/*.gsb
/data/*.gtx
/data/*.lla
/data/*.pol
/data/*.zip
/data/DK
/data/FL
/data/FO
/data/GL
/data/MD
/data/NKG
/data/README*
/data/TN
/data/WI
/data/WO
/data/alaska
/data/conus
/data/hawaii
/data/null
/data/prvi
/data/stgeorge
/data/stlrnc
/data/stpaul
/data/tv_out
/data/for_tests/
# docs
/docs/.doxygen_up_to_date
/docs/build
/docs/plot/images
/latex
# m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
# src
/src/cct
/src/cs2cs
/src/geod
/src/geodtest*
/src/gie
/src/proj
/src/proj_config.h
/src/proj_config.h.in
/src/projinfo
/src/projsync
/src/stamp-h1
/src/test-suite.log
# test/unit
/test/unit/basic_test
/test/unit/gie_self_tests
/test/unit/include_proj_h_from_c
/test/unit/pj_phi2_test
/test/unit/pj_transform_test
/test/unit/proj_angular_io_test
/test/unit/proj_context_test
/test/unit/test_cpp_api
/test/unit/proj_errno_string_test
/test/unit/test_defmodel
/test/unit/test_network
/test/unit/test_tinshift
/tmp_alias/
# jniwrap
jniwrap/out