Browse Source

Add *.dylib/dll/so to gitignore generated by helper.py.

tags/v2.2.2
Andrew Belt 1 year ago
parent
commit
05a340c150
1 changed files with 3 additions and 3 deletions
  1. +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:


Loading…
Cancel
Save