diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 12:49:04 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 12:49:04 +0200 |
commit | a2a26f785c0a5a9db776e408c12803f7fcc5f4b6 (patch) | |
tree | fbc476b70a461fd42783136f3e0d2fcbf4c51e7e /.gitignore | |
download | slackbuilds-a2a26f785c0a5a9db776e408c12803f7fcc5f4b6.tar.gz |
Add .gitignore file. Ignore tar.gz and tar.gz.asc files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..b2f7411243 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +#Files mentioned in this file will be ignored by git +*.tar.gz +*.tar.gz.asc |