You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
413 B
12 lines
413 B
6 years ago
|
#=========================================================================
|
||
|
# 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
|
||
|
*~
|