summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-02-23 21:05:19 +0100
committerRobin Gareus <robin@gareus.org>2020-02-23 21:11:47 +0100
commitb5761ea4434915caeedf710c2d95cd2642540b77 (patch)
treeed3caa7a26c65f7ee4f6a69d1c5ba0694be67e48 /share
parent180843f9bd28b191c7404245ba0a121107992511 (diff)
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
Diffstat (limited to 'share')
-rw-r--r--share/scripts/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/scripts/README b/share/scripts/README
index 2527498ee3..0954175c02 100644
--- a/share/scripts/README
+++ b/share/scripts/README
@@ -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.