Update gitignore, clean up git status
* allow for a "local" folder with stuff that git does not list * ignore local Lua scripts * ignore icon tool binary
This commit is contained in:
parent
180843f9bd
commit
b5761ea443
18
.gitignore
vendored
18
.gitignore
vendored
@ -54,7 +54,7 @@ tags
|
||||
/gtk2_ardour/po/*.mo
|
||||
/gtk2_ardour/*.pot
|
||||
/libs/ardour/po/*.mo
|
||||
/libs/ardour/ardour3.pot
|
||||
/libs/ardour/ardour*.pot
|
||||
/libs/ardour/libardour.pot
|
||||
/libs/gtkmm2ext/po/*.mo
|
||||
/libs/gtkmm2ext/libgtkmm2ext.pot
|
||||
@ -132,9 +132,15 @@ tags
|
||||
|
||||
/MSVCMixbus3/MSVCMixbus3.vsprops
|
||||
/MSVCardour3/MSVCMixbus3.vsprops
|
||||
/icons/win32/msvc_resources.rc
|
||||
/tools/osx_packaging/Ardour/*.app
|
||||
|
||||
/tools/doxy2json/doxy2json
|
||||
|
||||
/MSVCvst_scan/vst_scan.rc
|
||||
/icons/win32/msvc_resources.rc
|
||||
|
||||
/tools/osx_packaging/Ardour/*.app
|
||||
/tools/doxy2json/doxy2json
|
||||
/tools/icons/icon
|
||||
|
||||
# local dev scripts
|
||||
/share/scripts/_-*.lua
|
||||
|
||||
# misc custom files git should ignore
|
||||
/local
|
||||
|
@ -27,3 +27,6 @@ Script Naming conventions:
|
||||
to create EditorActions.
|
||||
The filename prefix is only for convenience, "type" = "Snippet" is used when
|
||||
scripts are listed at runtime.
|
||||
|
||||
^_-*.lua
|
||||
git ignores those. Intended for local/custom dev scripts or work in progress.
|
||||
|
Loading…
Reference in New Issue
Block a user