aboutsummaryrefslogtreecommitdiff
path: root/src/fs-types.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs-types.json')
-rw-r--r--src/fs-types.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs-types.json b/src/fs-types.json
index 6d5c755..8f4d7c9 100644
--- a/src/fs-types.json
+++ b/src/fs-types.json
@@ -1,4 +1,5 @@
[
{ "identifier": "*", "descriptor": "All Files", "regex": "(.*)" },
+ { "identifier": "*.exe", "descriptor": "Executable Files", "regex": "(.*exe$)" },
{ "identifier": "*.txt", "descriptor": "Text Files", "regex": "(.*txt$)" }
]