From: Andy Spencer Date: Wed, 2 Sep 2009 08:48:28 +0000 (+0000) Subject: Adding gitignores X-Git-Tag: gis-v0.1~7 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=323f90547020238e1d86f32738121a7e699d4819 Adding gitignores --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccbb51d --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.bz2 +*.gz +*~ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +core +depcomp +gmon.out +gtk-doc.make +install-sh +libtool +local +ltmain.sh +missing +stamp-h1 +tags +valgrind.out diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..13c906e --- /dev/null +++ b/data/.gitignore @@ -0,0 +1 @@ +aweather diff --git a/docs/api/.gitignore b/docs/api/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/docs/api/.gitignore @@ -0,0 +1 @@ +* diff --git a/gen.sh b/gen.sh old mode 100644 new mode 100755 diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1 @@ +* diff --git a/opt/.gitignore b/opt/.gitignore new file mode 100644 index 0000000..0bf5e60 --- /dev/null +++ b/opt/.gitignore @@ -0,0 +1,3 @@ +rsl-v1.* +rsl-git +rsl-win32 diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..3e9b416 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,8 @@ +*.la +*.lo +*.o +.deps +.libs +aweather +level2 +wsr88ddec diff --git a/src/examples/.gitignore b/src/examples/.gitignore new file mode 100644 index 0000000..e246454 --- /dev/null +++ b/src/examples/.gitignore @@ -0,0 +1 @@ +tex diff --git a/src/gis/.gitignore b/src/gis/.gitignore new file mode 100644 index 0000000..68820ba --- /dev/null +++ b/src/gis/.gitignore @@ -0,0 +1,4 @@ +*.pc +gis-marshal.* +gis_test +wms_test