aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 43af119e9e736f3504c074ead59ae81551bda2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*/.DS_Store
.DS_Store
build/
.gradle/

# Ignore IDE data to push towards a universally Gradle controlled environment
.idea/
.settings/
.classpath
.project

# A temporary file sometimes generated
temp_recording.wav

# Ignore files generated by ant.
buildant/
buildant-examples/
dist/

/bin/