diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 08:39:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 20:28:01 +0800 |
commit | 9ec72b2da8880ca93ecff50cb83c5b2ce5ec206c (patch) | |
tree | 79dc7900b56ce1bd4217d5990123946c3e0e4e22 | |
parent | 0d3ef53bd7c1d7d96906f0f8348151a453e79078 (diff) | |
download | gsoc2013-evolution-9ec72b2da8880ca93ecff50cb83c5b2ce5ec206c.tar gsoc2013-evolution-9ec72b2da8880ca93ecff50cb83c5b2ce5ec206c.tar.gz gsoc2013-evolution-9ec72b2da8880ca93ecff50cb83c5b2ce5ec206c.tar.bz2 gsoc2013-evolution-9ec72b2da8880ca93ecff50cb83c5b2ce5ec206c.tar.lz gsoc2013-evolution-9ec72b2da8880ca93ecff50cb83c5b2ce5ec206c.tar.xz gsoc2013-evolution-9ec72b2da8880ca93ecff50cb83c5b2ce5ec206c.tar.zst gsoc2013-evolution-9ec72b2da8880ca93ecff50cb83c5b2ce5ec206c.zip |
Add some initial .gitignore files.
-rw-r--r-- | .gitignore | 32 | ||||
-rw-r--r-- | plugins/.gitignore | 1 | ||||
-rw-r--r-- | po/.gitignore | 4 |
3 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..ca64fde61f --- /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 0000000000..f92a4cec77 --- /dev/null +++ b/plugins/.gitignore @@ -0,0 +1 @@ +*.eplug diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000000..98ea2e172c --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,4 @@ +POTFILES +*.gmo +.intltool-merge-cache +Makefile.in.in |