]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add a .gitignore file suitable for master
authorDan Scott <dscott@laurentian.ca>
Mon, 19 Dec 2011 17:55:10 +0000 (12:55 -0500)
committerThomas Berezansky <tsbere@mvlc.org>
Mon, 19 Dec 2011 18:22:07 +0000 (13:22 -0500)
commitc52d64927529736d069ee479cf1cc100c030a59d
tree2fcf71483d65c0bd168d1735c874bb14bf5f67b2
parentdcf2493f4ead094c8ded527b120e8ae057a7e5f2
Add a .gitignore file suitable for master

"git status" is painful in a source directory in which you're built and
installed Evergreen. This commit adds a .gitignore file that masks most
of the files and directories that you don't want to even think about, in
the hopes that the default Evergreen development experience can be mo'
betta.

Variations on this could be backported to rel_2_1 and rel_2_0 but take
care as some of the files that used to be source files in older releases
are now build from *.in files via autoconf.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
.gitignore [new file with mode: 0644]