forked from urho3d/urho3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (54 loc) · 874 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
57
58
59
60
61
62
63
64
# Build directories
Build/
*-Build/
# Output directories
Bin/*
!Bin/**/
!Bin/*.bat
!Bin/*.sh
Bin/*.app/
Bin/*.app.dSYM/
Bin/Data/LuaScripts/jit/
Bin/Screenshots
*-Bin/
Lib/
*-Lib/
# Compiled shaders
*.vs2
*.vs3
*.ps2
*.ps3
# Compiled AngelScript
*.asc
# Compiled Lua script
*.luc
# Generated documentation
Docs/html/
Docs/Doxyfile
Docs/minimal-*
# Eclipse project settings
Source/.*project
Source/.settings
# Android in-the-source project settings
Source/Android/project.properties
Source/Android/local.properties
Source/Android/proguard-project.txt
# Android in-the-source build and output directories
Source/Android/Engine
Source/Android/ThirdParty
Source/Android/libs
# Android in-the-source CMake build files
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Makefile
cmake_install.cmake
install_manifest.txt
# Misc.
configure*
*~
*.swp
.DS_Store
*.log
*.bak
Thumbs.db