Merge 'remotes/trunk'
[0ad.git] / .gitignore
blob89d6228500955c69bae32863b8dfb6f3f1cc79b7
1 # Excluded to make the git repo smaller (those are present in SVN)
2 binaries/system/ActorEditor.exe
3 binaries/system/AtlasUI.dll
4 binaries/system/Collada.dll
5 binaries/system/pyrogenesis.exe
6 binaries/system/pyrogenesis.pdb
8 # Build files
9 *.so
10 *.so.*
11 *.a
12 *.dylib
13 binaries/system/ActorEditor
14 binaries/system/ActorEditor_dbg
15 binaries/system/pyrogenesis
16 binaries/system/pyrogenesis_dbg
17 binaries/system/test
18 binaries/system/test_dbg
20 build/workspaces/codeblocks/
21 build/workspaces/gcc/
22 build/workspaces/xcode3/
23 build/workspaces/xcode4/
24 build/workspaces/vc2013
25 build/premake/premake4/bin/release/premake4
26 build/premake/premake4/build/gmake.macosx/obj/
27 build/premake/premake4/build/gmake.unix/obj/
28 build/premake/.gccmachine.tmp
29 build/premake/.gccver.tmp
31 # Exclude test .cpp files (generated during the build)
32 test_*.cpp
33 source/ps/tests/stub_impl_hack.cpp
35 # Build files (tools)
36 *.pyc
37 *.pyo
38 __pycache__/
40 # Build files (libs)
41 *.o
42 *.lo
43 *.la
44 libraries/source/fcollada/src/output/
45 libraries/source/spidermonkey/.already-built
46 libraries/source/spidermonkey/include-unix-debug/
47 libraries/source/spidermonkey/include-unix-release/
48 libraries/source/spidermonkey/mozjs-38.0.0/
49 libraries/source/nvtt/src/build/
51 # Build files (libs) (OS X)
52 libraries/osx/boost/
53 libraries/osx/enet/
54 libraries/osx/gloox/
55 libraries/osx/iconv/
56 libraries/osx/icu/
57 libraries/osx/libcurl/
58 libraries/osx/libjpg/
59 libraries/osx/libogg/
60 libraries/osx/libpng/
61 libraries/osx/libxml2/
62 libraries/osx/miniupnpc/
63 libraries/osx/nspr/
64 libraries/osx/sdl2/
65 libraries/osx/vorbis/
66 libraries/osx/wxwidgets/
67 libraries/osx/zlib/
68 libraries/source/fcollada/.already-built
69 libraries/source/nvtt/.already-built
71 # "long" translation files
72 long.*.po
74 # OSX specific data
75 .DS_Store