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
38
Wiki
Activity
Browse Source
Add *.dylib/dll/so to gitignore generated by helper.py.
tags/v2.2.2
Andrew Belt
1 year ago
parent
f7c8e097e2
commit
05a340c150
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
helper.py
+ 3
- 3
helper.py
View File
@@ -140,9 +140,9 @@ void init(Plugin* p) {
git_ignore = """/build
/dist
/
plugin
.so
/
plugin
.dylib
/
plugin
.dll
/
*
.so
/
*
.dylib
/
*
.dll
.DS_Store
"""
with open(os.path.join(plugin_dir, ".gitignore"), "w") as f:
Write
Preview
Loading…
Cancel
Save