Skip to content

Commit a690eb6

Browse files
committed
Streamline git ignores
Many entries were from before the move to git, others before the move to cmake.
1 parent 3962961 commit a690eb6

File tree

1 file changed

+2
-50
lines changed

1 file changed

+2
-50
lines changed

.gitignore

+2-50
Original file line numberDiff line numberDiff line change
@@ -24,65 +24,17 @@ CMakeCache.txt
2424
CMakeLists.txt.user
2525
DartConfiguration.tcl
2626
.DS_Store
27-
macros/libtool.m4
28-
macros/ltoptions.m4
29-
macros/ltsugar.m4
30-
macros/ltversion.m4
31-
macros/lt~obsolete.m4
27+
bin
28+
lib
3229
tags
33-
test-driver
34-
tests/thread/badthreadtest
35-
tests/thread/threadtest
36-
tests/unit/geos_unit
37-
tests/xmltester/SimpleWKTTester
38-
tests/xmltester/XMLTester
39-
tests/xmltester/testrunner
4030
tools/geos.pc
4131
tools/geos-config
42-
tools/astyle/astyle
43-
tests/bigtest/TestSweepLineSpeed
44-
tests/bigtest/bug234
45-
tests/geostest/geostest
46-
benchmarks/algorithm/InteriorPointAreaPerfTest
47-
benchmarks/algorithm/UnaryUnionSegmentsPerfTest
48-
benchmarks/algorithm/VoronoiPerfTest
49-
benchmarks/capi/GEOSPreparedContainsPerfTest
50-
benchmarks/capi/IntersectionPerfTest
51-
benchmarks/capi/memleak_mp_prep
52-
benchmarks/capi/UnaryOpPerfTest
53-
benchmarks/operation/buffer/IteratedBufferStressTest
54-
benchmarks/operation/predicate/RectangleIntersectsPerfTest
55-
benchmarks/ClassSizes
56-
include/config.h.in~
57-
include/geos/platform.h
58-
include/geos/platform.h.disabled
59-
include/geos/stamp-h2
6032
include/geos/version.h
61-
include/stamp-h1
62-
install-sh
63-
compile
64-
libtool
65-
ltmain.sh
66-
missing
67-
py-compile
68-
autom4te.cache/
6933
capi/geos_c.h
70-
config.guess
71-
config.log
72-
config.status
73-
config.sub
74-
depcomp
75-
doc/Doxyfile
76-
doc/example
77-
doc/doxygen_docs
78-
include/config.h
79-
include/config.h.in
80-
authors.git
8134
!/docker/**/README
8235
!/docker/**/Makefile
8336
/.vs*
8437
.idea/
8538
.project
86-
out/
8739
.ccache/
8840
web/public/

0 commit comments

Comments
 (0)