misc: add __pycache__ to gitignore
Running `gitlint` locally produces a __pycache__ directory in `scripts/gitlint/rules/`. It makes sense to exclude this directory. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
parent
1820c22ba4
commit
fe07617f5d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/rpm/SOURCES
|
||||
/.vscode
|
||||
/vendor
|
||||
__pycache__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue