[planner] Populated .gitignore files



commit c31615c4a7ad58132ec9835ba6287555e43e7540
Author: Maurice van der Pot <griffon26 kfk4ever com>
Date:   Mon Jun 29 20:52:59 2009 +0200

    Populated .gitignore files

 .gitignore                 |   39 +++++++++++++++++++++++++++++++++++++++
 data/.gitignore            |    3 +++
 data/mime/.gitignore       |    1 +
 docs/user-guide/.gitignore |    2 ++
 libplanner/.gitignore      |    2 ++
 po/.gitignore              |    5 +++++
 python/.gitignore          |    2 ++
 src/.gitignore             |    3 +++
 8 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..753c76a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+#
+# Global ignore patterns
+#
+
+*.o
+*.lo
+*.la
+.deps/
+.libs/
+Makefile
+Makefile.in
+
+#
+# Top-level directory ignore patterns
+#
+
+/INSTALL
+/aclocal.m4
+/autom4te.cache/
+/compile
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/gtk-doc.make
+/install-sh
+/intltool-extract.in
+/intltool-merge.in
+/intltool-update.in
+/libplanner-1.pc
+/libtool
+/ltmain.sh
+/missing
+/mkinstalldirs
+/stamp-h1
diff --git a/data/.gitignore b/data/.gitignore
new file mode 100644
index 0000000..c3162b6
--- /dev/null
+++ b/data/.gitignore
@@ -0,0 +1,3 @@
+/planner.desktop
+/planner.desktop.in
+/planner.schemas
diff --git a/data/mime/.gitignore b/data/mime/.gitignore
new file mode 100644
index 0000000..3297347
--- /dev/null
+++ b/data/mime/.gitignore
@@ -0,0 +1 @@
+/planner.xml
diff --git a/docs/user-guide/.gitignore b/docs/user-guide/.gitignore
new file mode 100644
index 0000000..1fc9bff
--- /dev/null
+++ b/docs/user-guide/.gitignore
@@ -0,0 +1,2 @@
+omf_timestamp
+*.omf.out
diff --git a/libplanner/.gitignore b/libplanner/.gitignore
new file mode 100644
index 0000000..2a00227
--- /dev/null
+++ b/libplanner/.gitignore
@@ -0,0 +1,2 @@
+/mrp-marshal.c
+/mrp-marshal.h
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..3a1bdaf
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,5 @@
+*.gmo
+/.intltool-merge-cache
+/Makefile.in.in
+/POTFILES
+/stamp-it
diff --git a/python/.gitignore b/python/.gitignore
new file mode 100644
index 0000000..376227a
--- /dev/null
+++ b/python/.gitignore
@@ -0,0 +1,2 @@
+/planner.c
+/plannerui.c
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..6e053a3
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,3 @@
+/planner
+/planner-marshal.c
+/planner-marshal.h



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