summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-02 13:24:13 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-02 13:25:05 -0600
commit26ccaab75a1eae3d71a6497dacc7818f8e62417d (patch)
treeb38892006c7cf12b1e268dad4d62893f9b89a985 /.gitignore
parent1f87babb40b64892bf090e9ed1bcc71468c51015 (diff)
Makefile variable tracking
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0de96dd..131b639 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
/pkg
/bin
-/src/*.*/ \ No newline at end of file
+/src/*.*/
+/nshd.service
+/.Makefile.var.*
+/.tmp.Makefile.var.*