diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-10-01 18:26:31 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-10-01 18:26:31 -0400 |
commit | 282122c022d42765b491a11ced84b1749469c726 (patch) | |
tree | 9073a8a76bfd266aa7b23590ae24ab2aa644e6bd /.gitignore | |
parent | a98e65e54178c39d6b15d64f87c9c560149bbac5 (diff) | |
download | gpsd-282122c022d42765b491a11ced84b1749469c726.tar.gz |
Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).
This was the easy part. Remaining removals will require more decisions.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,8 @@ gpsfake gpsprof jsongen.py maskaudit.py +upload +gpsd.php valgrind-audit.py # Unit tests test_float @@ -91,6 +93,7 @@ stamp-python # Documentation www/AIVDM.html www/NMEA.html +www/faq.html www/gps.html www/gpscat.html www/gpsctl.html @@ -100,6 +103,7 @@ www/gpsfake.html www/gpsmon.html www/gpspipe.html www/gpsprof.html +www/hacking.html www/hardware.html www/index.html www/installation.html |