forked from 0ad/0ad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (54 loc) · 1.49 KB
/
.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
58
59
60
61
# Excluded to make the git repo smaller (those are present in SVN)
binaries/system/ActorEditor.exe
binaries/system/AtlasUI.dll
binaries/system/Collada.dll
binaries/system/pyrogenesis.exe
binaries/system/pyrogenesis.pdb
# Build files
*.so
*.so.*
*.a
binaries/system/ActorEditor
binaries/system/pyrogenesis
binaries/system/test
binaries/system/ActorEditor_dbg
binaries/system/pyrogenesis_dbg
binaries/system/test_dbg
build/android/build-*/
build/android/temp/
build/android/files/
build/workspaces/gcc/
build/workspaces/codeblocks/
build/premake/premake4/bin/release/premake4
build/premake/premake4/build/gmake.unix/obj/
build/premake/.gccmachine.tmp
build/premake/.gccver.tmp
# Exclude android generated files
build/android/qtcreator/android/.build
build/android/qtcreator/android/.gradle
build/android/qtcreator/android/.idea
build/android/qtcreator/android/android.iml
build/android/qtcreator/android/gradle.properties
build/android/qtcreator/android/local.properties
# Exclude test .cpp files (generated during the build)
test_*.cpp
source/ps/tests/stub_impl_hack.cpp
# Build files (tools)
*.pyc
*.pyo
__pycache__/
# Build files (libs)
*.o
*.lo
*.la
libraries/android
libraries/source/fcollada/src/output/
libraries/source/spidermonkey/.already-built
libraries/source/spidermonkey/include-unix-debug/
libraries/source/spidermonkey/include-unix-release/
libraries/source/spidermonkey/mozjs24/
libraries/source/spidermonkey/mozjs31/
libraries/source/nvtt/src/build/
source/cat
# "long" translation files
long.*.po