diff options
author | Stef Walter <stef@memberwebs.com> | 2009-09-16 21:26:21 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-09-16 21:26:21 +0000 |
commit | 5665604d7fcafd3d24877562dd36d60895c29cc6 (patch) | |
tree | 0304bd51c7266b72150b4bfb708a8441a62f2443 | |
parent | 37840f2932fdca7b09ab0701eb380385d6d09577 (diff) |
Migrate over to git
-rw-r--r-- | .gitignore | 54 | ||||
l--------- | INSTALL | 2 |
2 files changed, 55 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb35a02 --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +*.o +*.lo +*.a +*.la + +# / +/*.tar.gz +/compile +/*.tmp +/configure +/Makefile.in +/config.log +/depcomp +/config.guess +/config.h* +/ltmain.sh +/config.sub +/Makefile +/*.pws +/config.status +/stamp-* +/*.bak +/*.prj +/libtool +/autom4te.cache +/missing +/aclocal.m4 +/install-sh +/\[config.h\].in +/*.orig +/*.rej +/*.loT + +# /doc/ +/doc/Makefile +/doc/Makefile.in + +# /module/ +/module/regex_tree.h +/module/regex_tree.c +/module/Makefile.in +/module/Makefile +/module/regex_oid.h +/module/.* +/module/*.orig +/module/*.rej +/module/*.loT + +# /tools/ +/tools/.deps +/tools/.libs +/tools/Makefile +/tools/Makefile.in +/tools/sockin @@ -1 +1 @@ -/usr/local/share/automake19/INSTALL
\ No newline at end of file +/usr/local/share/automake-1.10/INSTALL
\ No newline at end of file |