aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4643dd579ef89ffc2b3c719112b6a3dd6b4fe3b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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/
*.pickle

# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build
build_all

# Ignore nix outputs
result
result-bin
result-man