aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7fe7b1a0af3f5fa265350a5059bbefb762a1a033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# C
*.o
bin/
buildfiles/
**/obj/
dist/

# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/

# Tests
*.txt.uncompressed
*.bro
*.unbro