From 7f231de5e05a8755d76e18595c57baf2e239a4be Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 6 Nov 2007 15:05:06 +0000 Subject: [PATCH] .gitignore: Ignore build directories Ignore directories people might use for building. (cherry picked from commit 36df34cffd0cfcfb250fb42596781b3d4e9871eb) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4b3d3199..887e4ad64 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ Makefile.in *.a *.o *~ +.*.swp +obj* +build* aclocal.m4 autom4te.cache compile @@ -268,4 +271,3 @@ mfb/mfbteblack.c mfb/mfbtewhite.c mfb/mfbtileC.c mfb/mfbtileG.c -.*.swp