summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Tell git to ignore tmp* filesGary E. Miller2015-03-261-0/+1
|
* Cleanup .gitignore : gpscat gpsprof gpsfake not build targetsSanjeev Gupta2015-03-181-3/+0
|
* Cleanup .gitingnore : xgps is not a build targetSanjeev Gupta2015-03-181-1/+0
|
* ell git to ignore *.bak filesGary E. Miller2015-03-101-0/+1
|
* Added new "Introduction to Time Service" document.Eric S. Raymond2015-03-101-1/+1
| | | | Also, clreaned up after a recent change to the internals document.
* Ignore nohup.out file. Prevent mistakes...Gary E. Miller2015-03-091-0/+2
|
* Followup on ntpmon name change.Eric S. Raymond2015-02-281-1/+1
|
* Make ntpmon autoconfigure and do subsecond polling.Eric S. Raymond2015-02-251-0/+1
|
* Document ntpmon.Eric S. Raymond2015-02-251-0/+1
|
* Add BUILD.* and CHECK.* to .gitignoreGreg Troxel2015-01-301-0/+3
| | | | (These are produced by devtools/do-build.)
* add .gcno to .gitignoreJon Schlueter2015-01-071-0/+1
|
* add test_mktime to .gitignoreJon Schlueter2015-01-071-0/+1
|
* Work on unit test for matrix inversion.Eric S. Raymond2014-09-201-0/+1
|
* Ignore Windows objects and binariesMatt2014-09-061-0/+3
| | | | | | | | Ignore *.exe, *.obj and *.dll, these being the customary Windows filename extensions for binaries, object files and shared objects respectively. (This is work towards a Ctgwin and, eventually, mingw port.)
* Add a useful ignore.Eric S. Raymond2014-08-181-0/+1
|
* Templatize the control file, obeying DRY.Eric S. Raymond2013-11-241-0/+1
|
* Ignore some new generated files.Eric S. Raymond2013-11-181-0/+2
|
* Cease ignoring an obsolete file.Eric S. Raymond2013-11-011-1/+0
|
* Build and news housekeeping.Eric S. Raymond2013-05-171-0/+1
|
* Don't ignore a nonexistent binary.Eric S. Raymond2013-05-161-1/+0
|
* Add gps2udp to .gitignore.Reinhard Arlt2013-05-131-0/+1
|
* Documentation cleanup for gps2udp.Eric S. Raymond2013-05-011-0/+1
|
* Fully integrate the gpsinit(8) man page.Eric S. Raymond2013-04-301-0/+1
|
* ignore new libQgpsmm.prl fileMike Frysinger2012-10-231-0/+1
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Ignore Eclipse project files.ukyg9e5r6k7gubiekd62012-09-071-0/+2
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Add a little monitor program to veriy that PPS is coming off a device.Eric S. Raymond2012-02-271-0/+1
|
* Ignore another generated file.Eric S. Raymond2011-10-251-0/+1
|
* Replace pps_on_cts with pps_pin for more flexibility.Eric S. Raymond2011-10-051-0/+1
| | | | | | | Yes, we had a user request for this - a guy using a Jackson Labs rubidium-oscillator clock whose easy alternatives are RTS and RI. All regression tests pass. Code splints clean.
* Templatize the hardware-reporting CGI.Eric S. Raymond2011-10-021-0/+1
|
* Clean more Berlios URls off web pages and docs.Eric S. Raymond2011-10-011-0/+1
|
* Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).Eric S. Raymond2011-10-011-0/+4
| | | | This was the easy part. Remaining removals will require more decisions.
* Ignore the experimental clockwatcher binary.Eric S. Raymond2011-09-251-0/+1
|
* More installation-document updates.Eric S. Raymond2011-09-251-0/+1
|
* Ignore a generated file.Eric S. Raymond2011-08-191-1/+1
|
* Experimental gpsdctl, first cut.Eric S. Raymond2011-06-251-0/+1
|
* Fixes for the Maidehead locator code, and a better regression test.Eric S. Raymond2011-05-061-1/+0
|
* Maidenhead locator regression test.Eric S. Raymond2011-05-061-0/+1
|
* add *.egg-info to .gitignore.Bernd Zeimetz2011-05-041-0/+1
|
* Ignore OS X .dylib filesBeat Bolli2011-04-151-1/+1
|
* Ignore shared libraries with names in POSIX format.Eric S. Raymond2011-04-141-0/+1
|
* Tell git to ignore the variable cache.Eric S. Raymond2011-04-111-0/+1
|
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-091-18/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* NEWS is no longer generated and shouldn't be ignored by git.Eric S. Raymond2011-04-071-1/+0
|
* Follow up on a rename.Eric S. Raymond2011-04-041-1/+1
|
* Break the libgps test code our of libgps_core.c.Eric S. Raymond2011-04-031-0/+1
|
* Make git ignore both shared and static libs.Eric S. Raymond2011-04-031-1/+2
|
* Sneak up on making the generated sources properly.Eric S. Raymond2011-04-011-1/+0
|
* Library checks are working in scons recipe.Eric S. Raymond2011-04-011-0/+2
|
* Ignore the SCons database thing.Eric S. Raymond2011-03-301-0/+2
|
* Hide vim .swp tmp filesJon Schlueter2011-03-031-0/+1
|