Add .gitignore file. Ignore tar.gz and tar.gz.asc files

This commit is contained in:
Heinz Wiesinger 2010-05-11 12:49:04 +02:00
commit a2a26f785c

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
#Files mentioned in this file will be ignored by git
*.tar.gz
*.tar.gz.asc