forked from bvschaik/julius
-
Notifications
You must be signed in to change notification settings - Fork 121
/
.gitignore
57 lines (51 loc) · 802 Bytes
/
.gitignore
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# IDE data
.kdev4
*.kdev4
.vs
.vscode
/CMakeSettings.json*
/CMakePresets.json*
# Generated resources
src/platform/version.c
res/version.rc
res/version.txt
res/julius.icns
res/shell.html
res/packed_assets/
# Build output and data directories
/build*/
/release
out/
cmake-build-debug
/data
ext/SDL2/*/
*~
*.swp
.vscode
ext/mpg123*
# Asset packer
/res/asset_packer*/build*/
/res/asset_packer/.ionide/
/res/asset_packer/CMakeSettings.json*
# Android
*.iml
.gradle
local.properties
.DS_Store
/captures
.externalNativeBuild
.idea
.cxx/
*.log
/android/build/
/android/*/build/
/android/*/release/
/android/augustus.keystore
/android/julius.keystore
/android/play-publisher.json
/android/augustus/src/main/play
/android/julius/src/main/play
# lib files
ext/SDL2/*.zip
ext/SDL2/*.tar.gz
res/augustus.icns