Skip to content

Commit 71fccd4

Browse files
committed
add root .gitignore from mpl, and geos-3.3.3/.gitignore
1 parent 1249e58 commit 71fccd4

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed

.gitignore

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
#########################################
2+
# Editor temporary/working/backup files #
3+
.#*
4+
[#]*#
5+
*~
6+
*$
7+
*.bak
8+
.project
9+
.pydevproject
10+
11+
# Compiled source #
12+
###################
13+
*.a
14+
*.com
15+
*.class
16+
*.dll
17+
*.exe
18+
*.o
19+
*.py[ocd]
20+
*.so
21+
22+
# Python files #
23+
################
24+
# setup.py working directory
25+
build
26+
# sphinx build directory
27+
doc/_build
28+
# setup.py dist directory
29+
dist
30+
# Egg metadata
31+
*.egg-info
32+
# tox testing tool
33+
.tox
34+
35+
# OS generated files #
36+
######################
37+
.gdb_history
38+
.DS_Store?
39+
ehthumbs.db
40+
Icon?
41+
Thumbs.db
42+
43+
# Things specific to this project #
44+
###################################
45+
nad2bin
46+
examples/*.png
47+
*.pickle
48+
49+
# Documentation generated files #
50+
#################################
51+
doc/examples
52+
doc/_templates/gallery.html
53+
doc/users/installing.rst
54+
doc/_static/matplotlibrc

geos-3.3.3/.gitignore

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
aclocal.m4
2+
Makefile.in
3+
Makefile
4+
.libs
5+
.deps
6+
*.o
7+
*.lo
8+
*.la
9+
macros/libtool.m4
10+
macros/ltoptions.m4
11+
macros/ltsugar.m4
12+
macros/ltversion.m4
13+
macros/lt~obsolete.m4
14+
tests/thread/badthreadtest
15+
tests/thread/threadtest
16+
tests/unit/geos_unit
17+
tests/xmltester/SimpleWKTTester
18+
tests/xmltester/XMLTester
19+
tests/xmltester/testrunner
20+
tools/geos-config
21+
tests/bigtest/TestSweepLineSpeed
22+
tests/bigtest/bug234
23+
tests/geostest/geostest
24+
tests/perf/operation/buffer/IteratedBufferStressTest
25+
tests/perf/operation/predicate/RectangleIntersectsPerfTest
26+
tests/perf/capi/memleak_mp_prep
27+
tests/perf/ClassSizes
28+
include/geos/platform.h
29+
include/geos/stamp-h2
30+
include/geos/version.h
31+
include/stamp-h1
32+
install-sh
33+
libtool
34+
ltmain.sh
35+
missing
36+
py-compile
37+
swig/geos.i
38+
autom4te.cache/
39+
capi/geos_c.h
40+
config.guess
41+
config.log
42+
config.status
43+
config.sub
44+
configure
45+
depcomp
46+
doc/Doxyfile
47+
doc/example
48+
include/config.h
49+
include/config.h.in
50+
php/test/phpunit
51+
authors.git
52+

0 commit comments

Comments
 (0)