[PATCH] gitignore: Ignore .install and .desktop files



These files are auto-generated and thus their existence should be ignored.

Signed-off-by: Peter Tyser <ptyser gmail com>
---
 .gitignore |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index f79a89d..c05a0e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.pyc
 *.orig
 *.rej
-
+*.desktop
+*.install
-- 
1.6.2-rc2.GIT



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