[vino] Change *.tar.gz to *.tar.xz in .gitignore



commit b30c7170bb0dde9f4f74b131a37a536897156d24
Author: David King <amigadave amigadave com>
Date:   Sat May 7 12:58:17 2011 +0200

    Change *.tar.gz to *.tar.xz in .gitignore

 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7c642e..061f594 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@ Makefile
 Makefile.in
 /.deps
 /.libs
-/*.tar.gz
+/*.tar.xz
 /ABOUT-NLS
 /INSTALL
 /aclocal.m4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]