Skip to content

Commit

Permalink
gitignore: Ignore __pycache__ directory
Browse files Browse the repository at this point in the history
Unfortunately running Python scripts causes this directory to
be created in the *source* tree, and there doesn't seem to be
a way to prevent that from happening.

Signed-off-by: Andrea Bolognani <[email protected]>
Reviewed-by: Erik Skultety <[email protected]>
  • Loading branch information
andreabolognani committed Mar 22, 2021
1 parent 792843c commit 6739736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
*.orig
.git-module-status

# python related ignores
__pycache__/

# libvirt related ignores
/build/
/ci/scratch/
Expand Down

0 comments on commit 6739736

Please sign in to comment.