]> git.proxmox.com Git - mirror_zfs.git/commit
Verify .gitignore entries
authorloli10K <loli10K@users.noreply.github.com>
Tue, 15 Jan 2019 19:56:29 +0000 (20:56 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 15 Jan 2019 19:56:29 +0000 (11:56 -0800)
commit7b02fae7a6670579437d1fb490362f70168b0666
tree42c7caa3cccdc6d24bdf1c47a89f52ed6def0fc4
parent9b626c126e78cdc36200b66c7cd1dc6a06cf400d
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 <ngompa@datto.com>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #8281
.gitignore
Makefile.am