aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
parentSupport the __thread storage class (diff)
downloadsparse-8d86d0e51b64a5292d246e2ff6b18951e120d580.tar.gz
sparse-8d86d0e51b64a5292d246e2ff6b18951e120d580.tar.bz2
sparse-8d86d0e51b64a5292d246e2ff6b18951e120d580.zip
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 8ea8feb..2a389d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,7 @@ patches-*
# quilt's files
patches
series
+
+# local makefile
+local.mk
+