[PATCH] gitignore: Ignore .install and .desktop files
- From: Peter Tyser <ptyser gmail com>
- To: meld-list gnome org
- Subject: [PATCH] gitignore: Ignore .install and .desktop files
- Date: Tue, 2 Mar 2010 00:27:59 -0600
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]