diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-02 23:09:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-02 23:37:10 +0800 |
commit | d523f10dfe2a6ba53c068189f10055d46e71e10f (patch) | |
tree | fcb767310c389ebfc612c04ddfa8ddc606ae2b0f /.gitignore | |
parent | 186e97cf591b04c3a4aff478349994aaac6714ae (diff) | |
download | gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.tar.gz gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.tar.zst gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.zip |
Use Behdad's brilliant git.mk to generate .gitignore files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ca64fde61f..0000000000 --- a/.gitignore +++ /dev/null @@ -1,32 +0,0 @@ -# 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 |