[regexxer] Create gitignore files



commit b87cbc04748258b57a3b8778ec1daf4454b7378b
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sat Apr 18 03:35:43 2009 +0200

    Create gitignore files
---
 .gitignore     |   17 +++++++++++++++++
 po/.gitignore  |    4 ++++
 src/.gitignore |    2 ++
 ui/.gitignore  |    3 +++
 4 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2467b5e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+.deps
+.dirstamp
+stamp-??
+Makefile
+Makefile.in
+/INSTALL
+/aclocal.m4
+/autom4te.cache
+/config.*
+/configure
+/*.lineno
+/depcomp
+/install-sh
+/intltool-*.in
+/missing
+/mkinstalldirs
+/m4/intltool.m4
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..414b784
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,4 @@
+/*.gmo
+/.intltool-merge-cache
+/Makefile.in.in
+/POTFILES
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..bb707e8
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,2 @@
+*.o
+/regexxer
diff --git a/ui/.gitignore b/ui/.gitignore
new file mode 100644
index 0000000..84538a4
--- /dev/null
+++ b/ui/.gitignore
@@ -0,0 +1,3 @@
+/regexxer.desktop
+/regexxer.schemas
+/stockimages.h



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