summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-12-03 17:01:28 +0100
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-12-03 17:01:28 +0100
commit63eb3ec88742b03283131d078053a8e3efe32975 (patch)
tree5216f9e3f04d3a2c8bb0d09ffbc8a9b28b9e0709 /.gitignore
parent01d3e629eb4ff68432c4fd107f034ec8de7203bf (diff)
Ignore build output directories
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 39fe4e38b..4c663b5c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,7 +39,9 @@
/LOG
/errlog
/reloc_off
-build
+
+# ignore build output directories
+build*
# stgit generated dirs
patches-*