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



commit 3cc0688e766c024d7f9ecf846186df8dd5c2edac
Author: Peter Tyser <ptyser gmail com>
Date:   Tue Mar 2 00:27:59 2010 -0600

    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



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