diff options
author | Jan Vcelak <jan.vcelak@nic.cz> | 2016-07-13 15:50:24 +0200 |
---|---|---|
committer | Jan Vcelak <jan.vcelak@nic.cz> | 2016-07-13 17:03:39 +0200 |
commit | 87ad70b31f4c38c4498e09a8e7849dbbdd1393d2 (patch) | |
tree | 6823cbdd0f16760675b8b6b4289366548cc56250 /.gitignore | |
parent | configure: remove obsolete libtool initialization (diff) | |
download | knot-87ad70b31f4c38c4498e09a8e7849dbbdd1393d2.tar.xz knot-87ad70b31f4c38c4498e09a8e7849dbbdd1393d2.zip |
gitignore: separate tarballs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 1e2270c32..9d1018edf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -/*.tar.gz -/*.tar.bz2 -/*.tar.xz *.swp *~ *.la @@ -86,6 +83,10 @@ # Plugin binaries /src/rosedb_tool +# Generated tarballs +/knot-*.tar.gz +/knot-*.tar.xz + # Code coverage *.gcda *.gcno |