From d0b60a2676c3244fe01dd5ac70e8458c4eee2984 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 May 2007 02:17:59 +0000 Subject: Removed .gitignore files. --- .gitignore | 34 ---------------------------------- gdtoa/.gitignore | 18 ------------------ src/.gitignore | 1 - tests/.gitignore | 1 - tests/python/.gitignore | 1 - tests/python/numerics/.gitignore | 1 - 6 files changed, 56 deletions(-) delete mode 100644 .gitignore delete mode 100644 gdtoa/.gitignore delete mode 100644 src/.gitignore delete mode 100644 tests/.gitignore delete mode 100644 tests/python/.gitignore delete mode 100644 tests/python/numerics/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 84b04a99..00000000 --- a/.gitignore +++ /dev/null @@ -1,34 +0,0 @@ -*.Plo -*.Po -*.a -*.elc -*.la -*.lai -*.lo -*.o -.gdb_history -/Makefile.in -/acconf.h.in -/aclocal.m4 -/config.guess -/config.sub -/configure -/configure.in~ -/depcomp -/elisp-comp -/install-sh -/ltmain.sh -/missing -Makefile -UnitTests -acconf.h -acconf.h.in~ -autom4te.cache -config.log -config.status -elc-stamp -ledger -libtool -pending -stamp-h1 -utils diff --git a/gdtoa/.gitignore b/gdtoa/.gitignore deleted file mode 100644 index e8796544..00000000 --- a/gdtoa/.gitignore +++ /dev/null @@ -1,18 +0,0 @@ -/Makefile.in -/acconf.h.in -/aclocal.m4 -/config.guess -/config.sub -/configure -/depcomp -/install-sh -/ltmain.sh -/missing -Makefile -acconf.h -arith.h -config.log -config.status -gd_qnan.h -libtool -stamp-h1 diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index 0d20b648..00000000 --- a/src/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.pyc diff --git a/tests/.gitignore b/tests/.gitignore deleted file mode 100644 index 0d20b648..00000000 --- a/tests/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.pyc diff --git a/tests/python/.gitignore b/tests/python/.gitignore deleted file mode 100644 index 0d20b648..00000000 --- a/tests/python/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.pyc diff --git a/tests/python/numerics/.gitignore b/tests/python/numerics/.gitignore deleted file mode 100644 index 0d20b648..00000000 --- a/tests/python/numerics/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.pyc -- cgit v1.2.3