forked from cinder/Cinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (65 loc) · 1.3 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
# Mac OS X cruft
*.pbxuser
*.mode1v3
*.mode2v3
*.user
project.xcworkspace
xcuserdata/
*.xccheckout
.DS_Store
build/
lib/libcinder*.a
lib/msw/x86/cinder*.lib
lib/msw/x64/cinder*.lib
lib/msw/x86/cinder*.idb
lib/msw/x64/cinder*.idb
lib/msw/x86/cinder*.pdb
lib/msw/x64/cinder*.pdb
lib/winrt/x86/cinder*.lib
lib/winrt/x64/cinder*.lib
# Windows cruft
*.suo
*.ncb
*.sdf
*.VC.opendb
*.VC.db
*.opensdf
Debug/
Release/
Debug_ANGLE/
Release_ANGLE/
Debug_Shared/
Release_Shared/
ipch/
**/vc2013/enc_temp_folder/**
.vs/
# doxygen generated files
docs/html
docs/xml
docs/doxygen/cinder.tag
docs/*/node_modules
*.pyc
# Android cruft
*.swp
.idea
lib/android/android-19/armeabi-v7a/libcinder*.a
lib/android/android-19/armeabi/libcinder*.a
lib/android/android-19/mips/libcinder*.a
lib/android/android-19/x86/libcinder*.a
lib/android/android-21/arm64-v8a/libcinder*.a
lib/android/android-21/armeabi-v7a/libcinder*.a
lib/android/android-21/armeabi/libcinder*.a
lib/android/android-21/mips/libcinder*.a
lib/android/android-21/mips64/libcinder*.a
lib/android/android-21/x86/libcinder*.a
lib/android/android-21/x86_64/libcinder*.a
*.iml
local.properties
proguard-rules.pro
.gradle/
jniLibs/
# cmake generated files
cinderConfig.cmake
# CinderBlocks
blocks/
!blocks/[__AppTemplates,Box2D,Cairo,FMOD,LocationManager,MotionManager,OSC,QuickTime,TUIO]