diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2007-10-27 17:45:16 +0300 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2007-11-07 21:46:41 +0200 |
commit | dc697da2e3c57b1477b4f4bb1666d935e54da166 (patch) | |
tree | 06f868e9766c3123400fb841ec32acff3d8070d9 | |
parent | 9c4340fad78eb004b7dd890ec36e2f919f1a2e93 (diff) | |
download | dctrl-tools-dc697da2e3c57b1477b4f4bb1666d935e54da166.tar.gz |
Add a .gitignore file
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..162cb68 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*~ +*.bak +*.d +*.o +*.mo +*.a +man/grep-dctrl.1 +po/dctrl-tools.pot +grep-dctrl +join-dctrl +tbl-dctrl +sort-dctrl +sync-available +debian/files +debian/stamp +debian/substvars +debian/tmp |