1#=========================================================================
2# Git Ignore Files
3#=========================================================================
4# We explicitly ignore a default build directory and the autoconf
5# generated autom4te.cache directory. This makes it easy to do a clean
6# build under the source directory and still have it appear clean to git.
7
8build/
9autom4te.cache/
10*.swp
11*~
12