summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-09 11:01:46 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-09 11:01:46 -0400
commit0d78175352f16b9c754f364b7461590e6a1ebe9c (patch)
tree66868c7b2b750d5fa6d4c5fc572fc47f0751df3f /.gitignore
parentb1cb538fb029f07881e278da9d50e8eb7544ebaf (diff)
downloadgpsd-0d78175352f16b9c754f364b7461590e6a1ebe9c.tar.gz
Shoot the autotools build through the head, putting it out of our misery.
This diff executes the foollowing steps: 1. Delete from the repo: configure.ac, autogen.sh, Makefile.am, do-tests (2129 lines). 2. Removed the kluge in SConstruct 3. Remove future.html reference to scons. 4. Revise INSTALLATION. 5. Edit the packaging files to warn that they need to use scons. 7. git rm -r libQgpsmm 8. Add a warning to devtools/sizes that it won't work until we add an option to build static. Also, the following were removed from .gitignore and the working directory: configure Makefile.in Makefile config.* aclocal.m4 py-compile ltmain.sh missing autom4te.cache depcomp install-sh stamp-h1 .libs .deps libtool ChangeLog m4. This is 90630 lines of stuff. All regression tests pass.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 2 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index f652ebbf..8f25b79d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,27 +78,11 @@ xgpsc
xgpsspeedc
# Developer sandbox directory for patches that haven't been applied yet
patches
-# autotools cruft
-configure
-Makefile.in
-Makefile
-config.*
-aclocal.m4
-py-compile
-ltmain.sh
-missing
-autom4te.cache
-depcomp
-install-sh
-stamp-*
-.libs
-.deps
-libtool
-ChangeLog
-m4
# SCons cruft
+config.log
.sconsign.dblite
.sconf_temp
+stamp-python
# Documentation
www/AIVDM.html
www/NMEA.html