about summary refs log tree commit homepage
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-25 21:19:47 -0800
committerEric Wong <normalperson@yhbt.net>2009-03-03 11:12:56 -0800
commitf64ebd41607c1be38df5a2aa97a519b38b2e73cb (patch)
tree5d3b9883ec8dfb1b6907db0c61a81135d33e3f86 /.gitignore
parentd120ffad9716fbb83806d9755b7b5fd28fdb758b (diff)
downloadunicorn-f64ebd41607c1be38df5a2aa97a519b38b2e73cb.tar.gz
Just use globs for *.o/*.so/*.bundle files since there's never
any reason they should be checked into version control.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 6 insertions, 10 deletions
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/