mirror of
https://github.com/google/brotli.git
synced 2024-11-08 21:30:04 +00:00
21 lines
150 B
Plaintext
21 lines
150 B
Plaintext
# C
|
|
*.d
|
|
*.o
|
|
*.obj
|
|
bin/
|
|
buildfiles/
|
|
**/obj/
|
|
dist/
|
|
**/bazel-*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg-info/
|
|
|
|
# Tests
|
|
*.txt.uncompressed
|
|
*.br
|
|
*.unbr
|