forked from supercollider/supercollider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (38 loc) · 758 Bytes
/
.gitignore
File metadata and controls
47 lines (38 loc) · 758 Bytes
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
# mac related files
.DS_Store
platform/mac/Intermediate Build Files
platform/mac/*.xcodeproj/*.mode1
platform/mac/*.xcodeproj/*.pbxuser
platform/mac/*.xcodeproj/*.mode1v3
platform/mac/build
# Windows related files
*Thumbs.db
CMakeLists.txt.user
external_libraries/portaudio/asio*
# working files made by packager script
common/Packager/LinuxExclusions.txt
common/Packager/SuperCollider*.tar.gz
common/Packager/SuperCollider*.dmg
# source tarball
package/*.bz2
package/*.asc
# CLion files
.idea
cmake-build-*
# Python/PyCharm files
venv
__pycache__
#build directories
/build*
*~
*.orig
#vim swap files
.*.sw?
# clangd
.cache/*
# vs code files
.vscode/*
!.vscode/tasks.json
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/c_cpp_properties.json