mirror of
https://github.com/google/brotli.git
synced 2024-11-09 13:40:06 +00:00
18 lines
131 B
Plaintext
18 lines
131 B
Plaintext
# C
|
|
*.o
|
|
bin/
|
|
buildfiles/
|
|
**/obj/
|
|
dist/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg-info/
|
|
|
|
# Tests
|
|
*.txt.uncompressed
|
|
*.bro
|
|
*.unbro
|