summaryrefslogtreecommitdiff
path: root/test/other
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2025-12-05 09:33:33 +0000
committerDaniel Cerqueira <dan.git@lispclub.com>2025-12-05 09:33:33 +0000
commitb3208c29db97942ba6b0c46148f592a0c0b6b34e (patch)
tree6e19ad006657baa9e66b37d57137bd1aedcd0418 /test/other
parent815ea3e0b58d407055bca94de7d363dd38e49595 (diff)
ignore some files
Diffstat (limited to 'test/other')
-rwxr-xr-xtest/other/executables/emacs.el3
-rwxr-xr-xtest/other/executables/empty.lisp0
-rwxr-xr-xtest/other/executables/script.lali4
3 files changed, 0 insertions, 7 deletions
diff --git a/test/other/executables/emacs.el b/test/other/executables/emacs.el
deleted file mode 100755
index e7e2efc..0000000
--- a/test/other/executables/emacs.el
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/local/bin/emacs --script
-
-(princ 'i)
diff --git a/test/other/executables/empty.lisp b/test/other/executables/empty.lisp
deleted file mode 100755
index e69de29..0000000
--- a/test/other/executables/empty.lisp
+++ /dev/null
diff --git a/test/other/executables/script.lali b/test/other/executables/script.lali
deleted file mode 100755
index 934323d..0000000
--- a/test/other/executables/script.lali
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/home/guest/me/programming/desktop/lisp/interpreter/lali/lali -c
-
-(princ "ola")
-(newline)