[tracker] Fix .gitignore in data/ so that we don't ignore .desktop.in files



commit 02c695bffb11292e9d79268c74ca97c2256c5014
Author: Adrien Bustany <madcat mymadcat com>
Date:   Thu Nov 5 00:12:16 2009 -0300

    Fix .gitignore in data/ so that we don't ignore .desktop.in files
    
    The old version had a line "*.desktop.in", which would make git ignore relevant
    .desktop.in files in the miners folder.

 data/.gitignore |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/.gitignore b/data/.gitignore
index ba9063d..6fd0ef0 100644
--- a/data/.gitignore
+++ b/data/.gitignore
@@ -1,2 +1 @@
-*.desktop.in
 *.pc



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