diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-11-06 15:05:06 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2007-11-07 03:58:56 +0200 |
commit | fda832772b3e630037bf1b822534996154a50861 (patch) | |
tree | 07b0d0fa22e2eab75418e1d26a37f1933bc7715a /.gitignore | |
parent | 512bac25ec0e980968b93a2ebe88bd89bf99b697 (diff) |
.gitignore: Ignore build directories
Ignore directories people might use for building.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 27132c0f9..6abca3b1a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ Makefile.in *.a *.o *~ +.*.swp +obj* +build* aclocal.m4 autom4te.cache compile @@ -298,4 +301,3 @@ mfb/mfbteblack.c mfb/mfbtewhite.c mfb/mfbtileC.c mfb/mfbtileG.c -.*.swp |