diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-08-17 15:02:11 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-08-17 15:02:11 +0200 |
commit | d2f34e401081e14248e7356ab484f48babe399b3 (patch) | |
tree | 08a5473a7056520f160cd671ad21e79a3ad70c65 /.gitignore | |
parent | 1c5127fcf784196f180e46db43ed37644c4e4264 (diff) |
gitignore: ignore release tarballs
Ignore tar.xz tarballs from "make dist".
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ *.lo *.o *.swp +*.tar.xz .deps/ .dirstamp .libs/ |