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-22 08:46:18 +02:00 committed by Liam Girdwood
parent 8249abfa11
commit 0d2af68a9e
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
build/ build/
.checkpatch-camelcase.git.*