diff options
author | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-20 09:27:29 +0200 |
---|---|---|
committer | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-20 09:27:29 +0200 |
commit | 4658580d38d6866dcd4d6a7b1822de8ce7ec2057 (patch) | |
tree | 9d5a8bedadb585568756a7355a10e9e181419161 /.gitignore | |
parent | d093ababdb99883921f5855c46989ed782438f9d (diff) | |
download | smokeping-4658580d38d6866dcd4d6a7b1822de8ce7ec2057.tar.gz smokeping-4658580d38d6866dcd4d6a7b1822de8ce7ec2057.tar.xz |
added ignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c41e3aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*~ +Makefile +Makefile.in +config.status +configure +config.log +aclocal.m4 +DEADJOE +autom4te.cache/ +conftools/ +smokeping-*.tar.gz +doc/examples +doc/*.[1-9] +doc/smokeping_config.pod +doc/smokeping_examples.pod +doc/smokeping_install.txt |