-
Notifications
You must be signed in to change notification settings - Fork 54
/
.gitignore
83 lines (72 loc) · 1.27 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
*.mode1v3
*.pbxuser
build/
build/*
*.build/
obj/
*.o
openFrameworks.a
openFrameworksDebug.a
openFrameworksUniversal.a
*.app/`
DerivedData
#codeblocks files
apps/*/*/*.layout
apps/*/*/*.depend
apps/*/*/bin/clickToLaunch*
apps/*/*/bin/libs
apps/*/*/obj
#codeblocks OF lib files
libs/openFrameworksCompiled/project/*/*.depend
libs/openFrameworksCompiled/project/*/*.layout
#linux temporary files
*~
#eclipse build folders
#Mac OS X
addons/Debug Mac OS X
addons/Release Mac OS X
libs/openFrameworks/Debug Mac OS X
libs/openFrameworks/Release Mac OS X
apps/*/*/Debug Mac OS X
apps/*/*/Release Mac OS X
.DS_Store
#Linux
addons/Debug Linux
addons/Release Linux
libs/openFrameworks/Debug Linux
libs/openFrameworks/Release Linux
apps/*/*/Debug Linux
apps/*/*/Release Linux
apps/*/*/Debug Linux64
apps/*/*/Release Linux64
=======
Debug*/
Release*/
build/
obj/
*.app/
.svn/
*.perspectivev3
*.pbxuser
*.mode*
*.xcworkspace
xcuserdata/
releases/*
.DS_Store
#Win32
*.exe
*.pdb
*.dll
*.opensdf
*.sdf
*.suo
*.lib
*.ilk
*.exp
*.ipch
Duration/bin/Duration
Duration/bin/libs/*
DurationRemote/bin/libs/*
RecordingDataGenerator/bin/RecordingDataGenerator
RecordingDataGenerator/bin/libs/*
DurationRemote/bin/DurationRemote