[evolution] Add some initial .gitignore files.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution] Add some initial .gitignore files.
- Date: Mon, 27 Apr 2009 20:38:45 -0400 (EDT)
commit e9adae4dc73eacc543da135709ca57ff4304c665
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Apr 27 20:39:37 2009 -0400
Add some initial .gitignore files.
---
.gitignore | 32 ++++++++++++++++++++++++++++++++
plugins/.gitignore | 1 +
po/.gitignore | 4 ++++
3 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ca64fde
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+# for all subdirectories
+Makefile.in
+Makefile
+.libs
+.deps
+*.o
+*.lo
+*.la
+.*.swp
+
+# autofoo stuff here
+aclocal.m4
+autom4te.cache
+compile
+config.*
+configure
+depcomp
+gnome-doc-utils.make
+gtk-doc.make
+install-sh
+intltool-*.in
+libtool
+ltmain.sh
+missing
+mkinstalldirs
+stamp-*
+
+# misc generated stuff
+*.conduit
+*.error
+*.schemas
+*.server
diff --git a/plugins/.gitignore b/plugins/.gitignore
new file mode 100644
index 0000000..f92a4ce
--- /dev/null
+++ b/plugins/.gitignore
@@ -0,0 +1 @@
+*.eplug
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..98ea2e1
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,4 @@
+POTFILES
+*.gmo
+.intltool-merge-cache
+Makefile.in.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]