I was reading pgsql-hackers this morning while waiting for my
colleagues. There's an interesting thread on gitignore files. Right now,
when you grab a git branch, bootstrap it, configure it and make it, "git
status" shows a lot of uninteresting files. A .gitignore file would help
to notice changed files. I've come with the file attached, but would
like to get comments on this.


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com
# Global excludes across all subdirectories
*.o
Makefile.in
aclocal.m4
autom4te.cache
config
config.h
config.h.in
config.log
config.status
configure
configure.ac
Makefile
pgadmin/.deps
pgadmin/include/svnversion.h
pgadmin/pgadmin3
pkg/mac/debug.pgadmin.Info.plist
pkg/mac/pgadmin.Info.plist
pkg/mandrake/pgadmin3.spec
pkg/redhat/pgadmin3.spec
pkg/slackware/build-release
pkg/src/build-tarball
pkg/suse/pgadmin3.spec
stamp-h1
xtra/pgscript/bin/.deps
xtra/pgscript/lib/.deps
xtra/pgscript/test/.deps
-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to