3 Commits

Author SHA1 Message Date
Travis Cross
3e89c807bf update gitignore exclusion for binary in tree
Is this really needed?
2012-03-16 04:21:06 +00:00
Travis Cross
c64b78577f .gitignore compressed files 2011-01-28 09:01:47 +00:00
Travis Cross
db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00