.gitignore: Ignore build directories
Ignore directories people might use for building.
This commit is contained in:
parent
512bac25ec
commit
fda832772b
|
@ -8,6 +8,9 @@ Makefile.in
|
||||||
*.a
|
*.a
|
||||||
*.o
|
*.o
|
||||||
*~
|
*~
|
||||||
|
.*.swp
|
||||||
|
obj*
|
||||||
|
build*
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
compile
|
compile
|
||||||
|
@ -298,4 +301,3 @@ mfb/mfbteblack.c
|
||||||
mfb/mfbtewhite.c
|
mfb/mfbtewhite.c
|
||||||
mfb/mfbtileC.c
|
mfb/mfbtileC.c
|
||||||
mfb/mfbtileG.c
|
mfb/mfbtileG.c
|
||||||
.*.swp
|
|
||||||
|
|
Loading…
Reference in New Issue