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



commit e00bff9d0c6c3f4cc25ec7ec75efa88429bd8fb9
Author: David King <amigadave amigadave com>
Date:   Sat May 7 12:59:14 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 04d2a3e..7448f38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@ Makefile
 Makefile.in
 /.deps
 /.libs
-/*.tar.gz
+/*.tar.xz
 /ABOUT-NLS
 /ChangeLog
 /INSTALL



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