summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-06-13 15:38:17 -0700
committerGary E. Miller <gem@rellim.com>2018-06-13 15:38:17 -0700
commitcee37eece7e5e3531cc3ce6dbbf3db5147251d91 (patch)
tree756871a14331259e611f6887324829a314913756 /SConstruct
parentcbd06de0d566ef5ef9c015b9461039cda921e021 (diff)
downloadgpsd-cee37eece7e5e3531cc3ce6dbbf3db5147251d91.tar.gz
clock_test: better integrate into git and scons.
Have git ignore the built binary. Allow scons to build, and clean, clock_test
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index d9d75653..3cbcb3a3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2348,7 +2348,8 @@ env.Clean(clean_misc, glob.glob('.coverage*') + ['htmlcov/'])
# Clean Qt stuff
env.Clean(clean_misc, ['libQgpsmm.prl', 'Qgpsmm.pc'])
# Other misc items
-env.Clean(clean_misc, ['config.log', 'contrib/ppscheck', 'TAGS'])
+env.Clean(clean_misc, ['config.log', 'contrib/ppscheck', 'contrib/clock_test',
+ 'TAGS'])
# Nuke scons state files
sconsclean = Utility("sconsclean", '',