-
Notifications
You must be signed in to change notification settings - Fork 404
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (65 loc) · 1.05 KB
/
.gitignore
File metadata and controls
65 lines (65 loc) · 1.05 KB
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
/*build*
/*install*
aclocal.m4
Makefile.in
Makefile
.libs
.deps
.vimrc
.dirstamp
.tm_properties
*\~
*.o
*.orig
*.lo
*.la
*.log
*.swo
*.swp
*.trs
*.exe
CMakeFiles
CMakeCache.txt
CMakeLists.txt.user
DartConfiguration.tcl
.DS_Store
bin
lib
tags
tools/geos.pc
tools/geos-config
include/geos/version.h
capi/geos_c.h
!/docker/**/README
!/docker/**/Makefile
/.vs*
.idea/
.project
.ccache/
web/public/
*.code-workspace
CPackConfig.cmake
CPackSourceConfig.cmake
CTestTestfile.cmake
capi/cmake_install.cmake
cmake/cmake_uninstall.cmake
doxygen/CTestTestfile.cmake
doxygen/cmake_install.cmake
geos-config-version.cmake
geos-config.cmake
geos-targets.cmake
include/cmake_install.cmake
src/cmake_install.cmake
src/deps/cmake_install.cmake
tests/CTestTestfile.cmake
tests/cmake_install.cmake
tests/unit/CTestTestfile.cmake
tests/unit/cmake_install.cmake
tests/xmltester/CTestTestfile.cmake
tests/xmltester/cmake_install.cmake
tools/CTestTestfile.cmake
tools/cmake_install.cmake
util/CTestTestfile.cmake
util/cmake_install.cmake
util/geosop/CTestTestfile.cmake
util/geosop/cmake_install.cmake