-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitignore
47 lines (41 loc) · 816 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
# libs
*.a
# macOS
.DS_Store
*.app
# win
*.exe
*.dll
*.lib
# xcode
*.pbxuser
*.perspectivev3
xcuserdata
xcshareddata
build
*.mode1v3
# visual studio
*.exp
*.ilk
*.pdb
*.sdf
*.v11.suo
# examples
appUtilsExample/obj
appUtilsExample/bin/libs
appUtilsExample/bin/appUtilsExample
appUtilsExample/bin/appUtilsExample_debug
appUtilsExample/Makefile
appUtilsExample/Project.xcconfig
appUtilsExample/appUtilsExample.xcodeproj/
appUtilsExample/config.make
appUtilsExample/openFrameworks-Info.plist
appUtilsExample/of.entitlements
appUtilsIOSExample/Project.xcconfig
appUtilsIOSExample/appUtilsIOSExample.xcodeproj/
appUtilsIOSExample/config.make
appUtilsIOSExample/ofxiOS-Info.plist
appUtilsIOSExample/ofxiOS_Prefix.pch
appUtilsIOSExample/bin/data/*.png
appUtilsIOSExample/mediaAssets
appUtilsIOSExample/of.entitlements