summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-03-04 18:35:53 -0800
committerJosh Triplett <josh@freedesktop.org>2006-03-04 18:35:53 -0800
commitdf9c7cb4f9b05caf07900f3c15be379d3f9979fb (patch)
tree28a9e0d30d9b48132b93281e3e38e83d0beeaf6c /.gitignore
parent29f9fe0fc805a1ec6860f167a45664cc1cf0c769 (diff)
Add *.tar.{bz2,gz} to .gitignore for the benefit of "make distcheck".
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 83a8f06..ed62141 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@ ltmain.sh
missing
mkinstalldirs
*.pc
+*.tar.bz2
+*.tar.gz