aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5dbc784742e411b45ee278979e46622d5b710b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Built binaries in /src.
/standalone/src/**/*.a
/standalone/src/**/*.o
/standalone/src/**/*.obj
/standalone/src/**/*.so
/standalone/src/**/*.dll
/standalone/src/**/*.exp
/standalone/src/**/*.lib
/standalone/src/**/*.pdb

# Python stuff
__pycache__/
.ipynb_checkpoints/

# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build
build_all