aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8595aa6962e4ec635a08c5decc283e178ee4bdf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#=========================================================================
# Git Ignore Files
#=========================================================================
# We explicitly ignore a default build directory and the autoconf
# generated autom4te.cache directory. This makes it easy to do a clean
# build under the source directory and still have it appear clean to git.

build/
autom4te.cache/
*.swp
*~