aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
authorSamuel Bronson <naesten@gmail.com>2009-06-01 18:37:25 +0000
committerChristopher Li <sparse@chrisli.org>2009-07-18 05:30:10 +0000
commit8d86d0e51b64a5292d246e2ff6b18951e120d580 (patch)
tree2db3168936acb82dd7ef9e26ef05c45d82e33c4b /.gitignore
parent5d4c7fc7cc88175c1732313af4911cf494b14f89 (diff)
downloadsparse-dev-8d86d0e51b64a5292d246e2ff6b18951e120d580.tar.gz
Have Makefile import local.mk if it exists.
This will allow users to override build settings without dirtying their trees, making life with `git stash' a bit easier. Signed-off-by: Samuel Bronson <naesten@gmail.com> Signed-off-by: Christopher Li <sparse@chrisli.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8ea8feb3..2a389d60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,7 @@ patches-*
# quilt's files
patches
series
+
+# local makefile
+local.mk
+