diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-13 21:37:53 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-13 21:37:53 +0100 |
commit | c38b7d1c9504c6839567c903518d62db4f4f8dd4 (patch) | |
tree | 81557efef6b16c5feba9489407a4927cafc6b122 | |
parent | 10e0ec5ead97a32a332c36c446184899e0e9edca (diff) | |
download | kanotix-packages-c38b7d1c9504c6839567c903518d62db4f4f8dd4.zip kanotix-packages-c38b7d1c9504c6839567c903518d62db4f4f8dd4.tar.gz |
added .gitignore to ignore package sources
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3dbf0ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/*.tar.gz +/*.dsc +/*.changes |