Add audit/data to .gitignore
If you generate audit data that does not belong in source control, put it in audit/data, it will be ignored by git.
This commit is contained in:
parent
00aaa79ec1
commit
7da6eb1fa4
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,6 +15,7 @@
|
|||
*.wxs
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
audit/data
|
||||
config.*
|
||||
configure
|
||||
depcomp
|
||||
|
|
Loading…
Reference in a new issue