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:
Karol Trzcinski 2020-10-21 12:50:01 +02:00 committed by Liam Girdwood
parent 15092530ba
commit ed21921878
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -51,6 +51,7 @@ test-driver
*.trs
__pycache__
.checkpatch-camelcase.git.*
build*/
CMakeCache.txt