Add __pycache__ to gitignore

The python code generators in src/gallium/auxilary/util are creating
__pycache__ files when building.

reviewed by: Gurchetan Singh <gurchetansingh@chromium.org>
macos/master
Dennis Kempin 3 years ago
parent 84de549248
commit 4a5189267c
  1. 1
      .gitignore

1
.gitignore vendored

@ -0,0 +1 @@
__pycache__
Loading…
Cancel
Save