[gnome-maps/wip/binary: 2/4] Gitignore: ignore C-stuff
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/binary: 2/4] Gitignore: ignore C-stuff
- Date: Wed, 22 Jan 2014 06:22:35 +0000 (UTC)
commit 50f3ade0d6c712af8e424bca4f40112c42627761
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]