summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-30 10:54:45 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-30 11:01:50 +0100
commit999c713a639a6247fb182425e5e86d043b887807 (patch)
tree471467835b7528269e10cd4f8cfa3b22709f9790 /.gitignore
parent66dafdd364b90962cc0a3eb9166c1ea556620a7c (diff)
documentation: reuse git checkouts for documentation
Instead of doing a fresh git clone of all our modules everytime you do 'make', keep a checkout cache around and update it.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 630d13f1..6f41a0f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
Makefile
media
+cache/
data
config.log
-config.status
+config.status*
htdocs/
+*~