[gnome-maps] Gitignore: ignore C-stuff



commit 03ea2455e1dcf00bbfa61dddb5fbc935140f25e4
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Tue Jan 21 21:20:15 2014 +0100

    Gitignore: ignore C-stuff
    
    Turning gnome-maps into a C binary produces more intermediate files.
    Let's ignore those.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722338

 .gitignore |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ff1167..8b09430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 *.orig
 *~
+*#*
 
 ABOUT-NLS
 Makefile
@@ -13,6 +14,8 @@ config.status
 configure
 install-sh
 missing
+.deps/
+*.o
 
 data/gnome-maps.appdata.xml
 data/gnome-maps.desktop
@@ -35,5 +38,7 @@ po/*.header
 
 src/config.js
 src/gnome-maps
-src/gnome-maps.gresource
+src/*.gresource
 src/path.js
+src/gnome-maps-js.[ch]
+src/gnome-maps-data.[ch]


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