diff options
author | Stef Walter <stef@memberwebs.com> | 2009-03-26 17:30:47 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-03-26 17:30:47 +0000 |
commit | 9e1de4e71db2c5b32bb8349584bafc22d6e29752 (patch) | |
tree | 14e9da5314bb57ba2a472ec5e95a16d6fcb06621 | |
parent | 871fa7cfae38947ed52b540e16bd38c6e29002dc (diff) |
Ignore built files
-rw-r--r-- | .gitignore | 30 | ||||
-rw-r--r-- | apache1x/.gitignore | 8 | ||||
-rw-r--r-- | apache2x/.gitignore | 7 | ||||
-rw-r--r-- | daemon/.gitignore | 4 | ||||
-rw-r--r-- | doc/.gitignore | 3 | ||||
-rw-r--r-- | java/.gitignore | 4 | ||||
-rw-r--r-- | tests/.gitignore | 6 | ||||
-rw-r--r-- | tools/.gitignore | 4 |
8 files changed, 66 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7da3d0c --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +/test +/.* +/.cdtproject +/.project +/junk +/config.h +/autom4te.cache +/Makefile +/Makefile.in +/aclocal.m4 +/config.h +/config.log +/config.status +/configure +/depcomp +/install-sh +/missing +/mkinstalldirs +/stamp-* +/*~ +/compile +/config.h.in +/*.tar.gz +/*.prj +/*.bak +/*.pws +/\[config.h\].in +/config.status.lineno +/configure.lineno +/svn-commit.* diff --git a/apache1x/.gitignore b/apache1x/.gitignore new file mode 100644 index 0000000..7a1c3b4 --- /dev/null +++ b/apache1x/.gitignore @@ -0,0 +1,8 @@ +/*.so +/Makefile +/Makefile.in +/*.lo +/*.loT +/*.o +/*.slo +/.* diff --git a/apache2x/.gitignore b/apache2x/.gitignore new file mode 100644 index 0000000..dbec2f4 --- /dev/null +++ b/apache2x/.gitignore @@ -0,0 +1,7 @@ +/Makefile +/Makefile.in +/.* +/*.la +/*.lo +/*.slo +/*.loT diff --git a/daemon/.gitignore b/daemon/.gitignore new file mode 100644 index 0000000..2bd71e8 --- /dev/null +++ b/daemon/.gitignore @@ -0,0 +1,4 @@ +/.deps +/httpauthd +/Makefile +/Makefile.in diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..f8c8aca --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,3 @@ +/Makefile +/Makefile.in +/*.[0-9].html diff --git a/java/.gitignore b/java/.gitignore new file mode 100644 index 0000000..0ff2268 --- /dev/null +++ b/java/.gitignore @@ -0,0 +1,4 @@ +/Makefile +/build +/Makefile.in +/.* diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..466d127 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,6 @@ +/Makefile.in +/Makefile +/run-tests +/run-tests.h +/run-tests.c +/.* diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..c6a9ccf --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,4 @@ +/Makefile +/Makefile.in +/mkha1 +/.deps |