summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Stop ignoring *.log files, it's too confusing.Eric S. Raymond2010-07-131-1/+0
|
* add tags and .kdbrc.* files to .gitignoreJon Schlueter2010-05-241-0/+2
|
* Minor fixes to make the libQgpsmm build work on all platforms.Bernd Zeimetz2010-05-161-1/+1
|
* Add test_qgpsmm to .gitignore.Bernd Zeimetz2010-05-151-0/+1
|
* Update .gitignore.Bernd Zeimetz2010-05-141-2/+0
|
* Add various python/qt build output files to .gitignore.Bernd Zeimetz2010-05-141-1/+11
|
* Replacing xgpsspeed with the new version written in Python.Bernd Zeimetz2010-05-101-1/+0
|
* Upload website content only when it is newer than last upload.Eric S. Raymond2010-04-261-0/+1
|
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-1/+2
| | | | | | | | | | | | | | | | | Large patch, no actual executable code changes except in three debug dumpers. Breaks up the *_SET status macros so the client side continues to use them, but the daemon uses a similarly-named set with an _IS suffix. This frees up two mask bits in both sets - the client side no longer needs to have REPORT_SET and CLEAR_SET bits, and the daemon side no longer needs to have VERSION_SET and POLICY_SET. The only actual code change is that the maskdump.c module, generated by maskaudit.py, splits in half - one child now dumps client-side flags, the other daemon-side flags. One other function call in a debug dumper in libgps_core.c changes. All regression tests pass.
* Update Mick Durkin's internals tour and make it part of the website material.Eric S. Raymond2010-04-061-0/+2
|
* Get rid of www/Makefile. That stuff is done from Makefile.am now.Eric S. Raymond2010-04-051-1/+14
|
* flock framework checkpoint.Eric S. Raymond2010-04-041-2/+2
|
* First version of flock-test framework.Eric S. Raymond2010-04-011-0/+2
| | | | flock-test works, executing flockdriver which is a just a test stub.
* Add the GPSD Client HOWTO to the documentation.Eric S. Raymond2010-03-301-0/+1
|
* Add test_trig to ignore list.Greg Troxel2010-03-291-0/+1
|
* Make git ignore Emacs backup files.Eric S. Raymond2010-03-231-0/+1
|
* Clean up some ignores.Eric S. Raymond2010-03-181-2/+1
|
* Set up more file ignores for generated files.Eric S. Raymond2010-03-171-0/+31
|
* Exclude various sorts of object files in git status.Eric S. Raymond2009-09-121-0/+4
|
* .html files in main directory are generated, but some in www are not. Eric S. Raymond2009-09-071-1/+1
| | | | Wildcarding works slightly differently in .gitignore, it seems.
* Copy the svn:ignore property from the svn repository.Eric S. Raymond2009-09-061-0/+61