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

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

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