blob: aa9f8b816755c87547b1fa75908a253e98dd7b6d (
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
|
# 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
# Ignore nix outputs
result
result-bin
result-man
|