diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 08:39:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 08:39:37 +0800 |
commit | e9adae4dc73eacc543da135709ca57ff4304c665 (patch) | |
tree | 25790482cc8c18c51741c9c409e56684a55d26cf /.gitignore | |
parent | de003c135ac993e323edcbd97f74aa28c43601f1 (diff) | |
download | gsoc2013-evolution-e9adae4dc73eacc543da135709ca57ff4304c665.tar gsoc2013-evolution-e9adae4dc73eacc543da135709ca57ff4304c665.tar.gz gsoc2013-evolution-e9adae4dc73eacc543da135709ca57ff4304c665.tar.bz2 gsoc2013-evolution-e9adae4dc73eacc543da135709ca57ff4304c665.tar.lz gsoc2013-evolution-e9adae4dc73eacc543da135709ca57ff4304c665.tar.xz gsoc2013-evolution-e9adae4dc73eacc543da135709ca57ff4304c665.tar.zst gsoc2013-evolution-e9adae4dc73eacc543da135709ca57ff4304c665.zip |
Add some initial .gitignore files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 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 |