brotli/.gitignore
OZone 8f093f5e84
.gitignore: Ignore .obj files (#805)
EDK II windows build produces .obj files in source tree
2020-05-15 13:05:03 +02:00

20 lines
146 B
Plaintext

# C
*.o
*.obj
bin/
buildfiles/
**/obj/
dist/
**/bazel-*
# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
# Tests
*.txt.uncompressed
*.br
*.unbr