summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-05-14 01:39:46 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-05-14 01:39:46 +0200
commit08495b799c0f5eb3c4df2f8f4b900d05e7de8788 (patch)
treed7404f1aa6e4d7979b4d0284ceb9ceec3a90ec00 /.gitignore
parent9d17dc28ad11c9e7e4d27bb35418c9d00f6f303c (diff)
downloadgpsd-08495b799c0f5eb3c4df2f8f4b900d05e7de8788.tar.gz
Add various python/qt build output files to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 553eee17..e5afc815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,8 +63,13 @@ packet_names.h
gpsd.spec
revision.h
MANIFEST
-# Used by setup.py as scratch space
+# Python files
build
+gpscatc
+gpsfakec
+gpsprofc
+xgpsc
+xgpsspeedc
# Developer sandbox directory for patches that haven't been applied yet
patches
# autotools cruft
@@ -112,5 +117,10 @@ www/writing-a-driver.html
www/internals.html
www/.upload-stamp
doc/explanation.html
+www/pydoc
# Controls for the flock tester
devtools/.flocktest.ini
+# QT stuff
+libQgpsmm/libgps_core.cpp
+libQgpsmm/gpsutils.cpp
+libQgpsmm/libQgpsmm.so.*