forked from shapedbyiris/AEC3
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
67 lines (55 loc) · 898 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
65
66
67
*.validationcache
*.wsettings
*.prof
Foreign/speexdsp-1.2rc3/win32/VS2008/.vs/
Foreign/speexdsp-1.2rc3/win32/VS2008/libspeexdsp/x64/
*.vcxproj.user
*.vcxproj.filters
.vscode/*
*.pdb
# ignore windows shortcut files
*.lnk
/Updater/.idea
*.vsconfig
# ignore mac os files
*.DS_Store
artifacts/*
*.xcuserstate
/[Bb]uild/
/[Bb]uilds/
Profiler Data
# Xcode Project
**/*.xcodeproj/xcuserdata/
**/*.xcworkspace/xcuserdata/
**/*.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
**/*.xcworkspace/xcshareddata/*.xccheckout
**/*.xcworkspace/xcshareddata/*.xcscmblueprint
.idea/
# Build
**/Builds
**/JuceLibraryCode
Scripts/build/
build
DerivedData/
*.ipa
# Other
*~
.DS_Store
*.swp
*.save
._*
*.bak
# CMake
cmake-build-debug/
cmake-build-release/
cmake-build-rel-with-debinfo/
# Visual Studio
.vs/
# Custom Output Dir
output/
iOS/
macOS/
#iOS/AEC3.build
#iOS/CMake*
#macOS/AEC3.build
#macOS/CMake*