Add some initial .gitignore files.

This commit is contained in:
Matthew Barnes
2009-04-27 20:39:37 -04:00
parent 0d3ef53bd7
commit 9ec72b2da8
3 changed files with 37 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@ -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

1
plugins/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.eplug

4
po/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
POTFILES
*.gmo
.intltool-merge-cache
Makefile.in.in