Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information