-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
56 lines (45 loc) · 871 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
/bin/*
!/bin/*.txt
!/bin/themes
!/bin/icons
!/bin/templates
!/bin/data
!/bin/internal
!/bin/external
!/bin/macdeploy*.command
/mingw*
/MinGW*
/tdm*
/TDM*
.bmx
.DS_Store
._.DS_Store
._*
*.buildv*
*.bak
desktop.ini
Thumbs.db
/Cerberus
/Cerberus.app
/Cerberus.exe
/docs/html
/modules/brl/native/GoogleAdMobAdsSdkiOS-6.8.0
/modules/brl/native/GoogleAdMobAdsSdk-6.4.1.jar
!/src/rebuildall*
/src/createrelease
/src/ted-build-*
/src/build-ted-*
/src/ted/ted.pro.user*
/targets/__deprecated__/android_ndk
/src/launcher/codeblocks/obj
/src/launcher/codeblocks/launcher.depend
/src/launcher/codeblocks/launcher.layout
/src/launcher/*.o
/src/transcc/transcc.build/cpptool/main_winnt.exe
/src/transcc/transcc.build/cpptool/main_linux
/src/transcc/transcc.build/cpptool/main_macos
/src/builders/images/svg/*.svg
/src/builders/bash/temp/*
.vscode
*.code-workspace
*.desktop