aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: cc89ad62cb01e62696e247ad332c8893a3d439f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Samples
samples/SampleTvInput/

# Eclipse
bin/
gen/
obj/
.metadata/
.settings/
.project
.classpath
project.properties

# Intellij
out/
.idea/
*.iml
*.iws
build/