Skip to content

Commit 4e3d591

Browse files
committed
Merge branch 'master' of github.com:php-geospatial/geospatial
2 parents 1e3f119 + d9674be commit 4e3d591

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
/.deps
2+
/Makefile
3+
/*.lo
4+
/*.loT
5+
/*.slo
6+
/*.mk
7+
/*.la
8+
/.libs
9+
/libs.mk
10+
/ac*.m4
11+
/build
12+
/config.h
13+
/config.h.in
14+
/config.nice
15+
/config.sub
16+
/configure
17+
/configure.in
18+
/config.status
19+
/config.cache
20+
/conftest
21+
/conftest.c
22+
/core
23+
/dynlib.m4
24+
/install-sh
25+
/ltmain.sh
26+
/include
27+
/Makefile.fragments
28+
/Makefile.global
29+
/Makefile.objects
30+
/missing
31+
/mkinstalldirs
32+
/modules
33+
/scan_makefile_in.awk
34+
/config.guess
35+
/*swp
36+
/config.log
37+
/libtool
38+
/Debug
39+
/Release
40+
/Debug_TS
41+
/Release_TS
42+
/*.plg
43+
/*.patch
44+
/*.tgz
45+
/*.ncb
46+
/*.opt
47+
/*.dsw
48+
/autom4te.cache
49+
/run-tests-config.php
50+
/run-tests.php
51+
/tmp-php.ini
52+
.svn

0 commit comments

Comments
 (0)