This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Ignore dotfiles. Reorganize .gitignore.
tags/v2.6.1
Andrew Belt
2 months ago
parent
59faa60ed2
commit
f617ed1d03
1 changed files
with
9 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-4
.gitignore
+ 9
- 4
.gitignore
View File
@@ -1,4 +1,8 @@
.DS_Store
# Ignore all dotfiles except git dotfiles
.*
!.git*
# Binaries and build targets
*.a
*.so
*.dylib
@@ -7,13 +11,14 @@
*.res
*.d
*.dSYM
/build
/Rack
/dep
/dist
# Rack folders
/plugins
/disabledplugins
/build
/dist
/patches
/presets
/licenses
Write
Preview
Loading…
Cancel
Save