diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-28 09:28:22 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-28 09:28:22 (GMT) |
commit | b48c2bdd59783197c93cde531e6e8b9747c0a88f (patch) | |
tree | 27d3ccfb0dabcbe2a9bf94f51211a17a07d1167f /.gitignore | |
parent | 3a2f2975e665b2729deae07c4ebb9c27a2fce9d5 (diff) | |
download | monitoring-plugins-b48c2bdd59783197c93cde531e6e8b9747c0a88f.tar.gz |
tools/distclean: use git-clean when possible
git-clean is much faster and more reliable...
Also add confdefs.h in gitignore, although this file is normally removed
at the end of the configure script.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ NP-VERSION-FILE | |||
8 | /Cache.pm | 8 | /Cache.pm |
9 | /command.cfg | 9 | /command.cfg |
10 | /compile | 10 | /compile |
11 | /confdefs.h | ||
11 | /config.* | 12 | /config.* |
12 | /configure | 13 | /configure |
13 | /debian | 14 | /debian |