From 9e1de4e71db2c5b32bb8349584bafc22d6e29752 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 26 Mar 2009 17:30:47 +0000 Subject: Ignore built files --- .gitignore | 30 ++++++++++++++++++++++++++++++ apache1x/.gitignore | 8 ++++++++ apache2x/.gitignore | 7 +++++++ daemon/.gitignore | 4 ++++ doc/.gitignore | 3 +++ java/.gitignore | 4 ++++ tests/.gitignore | 6 ++++++ tools/.gitignore | 4 ++++ 8 files changed, 66 insertions(+) create mode 100644 .gitignore create mode 100644 apache1x/.gitignore create mode 100644 apache2x/.gitignore create mode 100644 daemon/.gitignore create mode 100644 doc/.gitignore create mode 100644 java/.gitignore create mode 100644 tests/.gitignore create mode 100644 tools/.gitignore 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 -- cgit v1.2.3