mirror of https://github.com/thesofproject/sof.git
gitignore: Add checkpatch temporary file to gitignore
Any generated file should be tracked by git to keep repositiry clean. Such an file should be added to .gitignore to reduce possibility of accidentally pushig this file to remote branches, eg. after typing `git add *` before pushing changes. Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
parent
15092530ba
commit
ed21921878
|
@ -51,6 +51,7 @@ test-driver
|
|||
*.trs
|
||||
|
||||
__pycache__
|
||||
.checkpatch-camelcase.git.*
|
||||
|
||||
build*/
|
||||
CMakeCache.txt
|
||||
|
|
Loading…
Reference in New Issue