summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorloli10K <[email protected]>2019-01-15 20:56:29 +0100
committerBrian Behlendorf <[email protected]>2019-01-15 11:56:29 -0800
commit7b02fae7a6670579437d1fb490362f70168b0666 (patch)
tree42c7caa3cccdc6d24bdf1c47a89f52ed6def0fc4 /.gitignore
parent9b626c126e78cdc36200b66c7cd1dc6a06cf400d (diff)
Verify .gitignore entries
This change adds a make target 'vcscheck' which scans the git workspace for new, untracked files missing from the .gitignore configuration; this is done to help prevent adding unwanted build artifacts to the source tree during development. Reviewed-by: Neal Gompa <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: loli10K <[email protected]> Closes #8281
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6367ebf77..99dc87c94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@ cscope.*
*.tar.gz
*.patch
*.orig
+*.log