aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-07-14 02:27:59 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-07-14 02:27:59 +0200
commit4f21400352a40f8107c115fb8839e9b8d60cf63f (patch)
treeee86e66192f1ffffa6a078acc53a0a2e10925f66 /.gitignore
parent294d9726297c041b0e0409b0fc33300424662f20 (diff)
Let's ignore our generated cache.mk from git.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a6b34fd4f3..89bd1003f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@ coverage
# vim temp files
.*.swp
+# Makefile's cache
+cache.mk