-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
48 lines (48 loc) · 826 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
.cache
.DS_Store
.dub
.gradle
.history
.vscode
.vs
*.o
*.a
*.obj
*.pdb
*.exp
*.lst
*.tsx
*.exe
build/release_game
dub.selections.json
tools/targets/**/dub.json
bin/.vs
bin/android/
bin/uwp
bin/desktop/*.exe
bin/desktop/*.rsp
bin/desktop/*.lib
bin/desktop/.vs
bin/desktop/*.suo
bin/desktop/*.pdb
bin/desktop/*.exe
bin/desktop/hipreme_engine
./assets/
build/.cache
build/android/project/app/src/main/assets/**
build/android/project/app/build
build/android/project/app/release/*
build/targets/**/dub.json
building/openal-soft-1.20.1-bin
build/android/project/app/src/main/jniLibs/**/libhipreme_engine.so
dependencies/**/*.lib
dependencies/**/*.a
dependencies/**/dub.selections.json
modules/**/*.a
modules/**/*.lib
modules/**/dub.selections.json
ircache_prune_timestamp
trace.json
.ldc2_cache
hipreme_engine.lib
hipreme_engine.dll