From f64ebd41607c1be38df5a2aa97a519b38b2e73cb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 25 Feb 2009 21:19:47 -0800 Subject: .gitignore: updates to be more flexible Just use globs for *.o/*.so/*.bundle files since there's never any reason they should be checked into version control. --- .gitignore | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f564865..c0b4b00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,12 @@ -ext/http11/Makefile -ext/http11/http11.bundle -ext/http11/http11.o -ext/http11/http11_parser.o -ext/http11/mkmf.log -lib/http11.bundle -log/ +*.bundle *.log -.DS_Store *.so -/local.mk -pkg/ +.DS_Store /.config /InstalledFiles /doc +/local.mk /test/install-* +ext/unicorn/http11/Makefile +log/ +pkg/ -- cgit v1.2.3-24-ge0c7