diff options
-rw-r--r-- | .gitignore | 34 | ||||
-rw-r--r-- | gdtoa/.gitignore | 18 | ||||
-rw-r--r-- | src/.gitignore | 1 | ||||
-rw-r--r-- | tests/.gitignore | 1 | ||||
-rw-r--r-- | tests/python/.gitignore | 1 | ||||
-rw-r--r-- | tests/python/numerics/.gitignore | 1 |
6 files changed, 0 insertions, 56 deletions
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 |