This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 531
/
.gitignore
98 lines (90 loc) · 2.34 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# 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
# These are actually above the github limit of 100MB
binaries/system/mozjs*.pdb
# Build files
*.so
*.so.*
*.a
*.dylib
binaries/system/ActorEditor
binaries/system/ActorEditor_dbg
binaries/system/pyrogenesis
binaries/system/pyrogenesis_dbg
binaries/system/test
binaries/system/test_dbg
build/workspaces/codeblocks/
build/workspaces/gcc/
build/workspaces/xcode3/
build/workspaces/xcode4/
build/workspaces/vc2013
build/workspaces/vc2015
build/workspaces/vs2017
build/premake/premake5/**/.gitignore
build/premake/premake5/**/.travis.yml
build/premake/premake5/.editorconfig
build/premake/premake5/.github/
build/premake/premake5/Bootstrap.*
build/premake/premake5/CONTRIBUTING.md
build/premake/premake5/FUNDING.yml
build/premake/premake5/appveyor.yml
build/premake/premake5/bin/release/premake5
build/premake/premake5/build/*/obj/
build/premake/premake5/build/codelite*
build/premake/premake5/build/gmake2.windows/
build/premake/premake5/build/vs200*/
build/premake/premake5/build/vs201[0-5]/
build/premake/premake5/build/xcode4/
build/premake/premake5/packages/
build/premake/.gccmachine.tmp
build/premake/.gccver.tmp
# 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/source/*/.already-built
libraries/source/fcollada/src/output/
libraries/source/spidermonkey/include-unix-debug/
libraries/source/spidermonkey/include-unix-release/
libraries/source/spidermonkey/mozjs-91.13.1/
libraries/source/nvtt/src/build/
# Build files (libs) (OS X)
libraries/osx/boost/
libraries/osx/enet/
libraries/osx/fmt/
libraries/osx/freetype/
libraries/osx/gloox/
libraries/osx/gmp/
libraries/osx/gnutls/
libraries/osx/iconv/
libraries/osx/icu/
libraries/osx/libcurl/
libraries/osx/libjpg/
libraries/osx/libogg/
libraries/osx/libpng/
libraries/osx/libsodium/
libraries/osx/libxml2/
libraries/osx/miniupnpc/
libraries/osx/molten-vk/
libraries/osx/nettle/
libraries/osx/nspr/
libraries/osx/pkgconfig/
libraries/osx/sdl2/
libraries/osx/vorbis/
libraries/osx/wxwidgets/
libraries/osx/zlib/
# "long" translation files
long.*.po
# OSX specific data
.DS_Store