diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rwxr-xr-x | test/other/executables/emacs.el | 3 | ||||
| -rwxr-xr-x | test/other/executables/empty.lisp | 0 | ||||
| -rwxr-xr-x | test/other/executables/script.lali | 4 |
4 files changed, 1 insertions, 7 deletions
@@ -3,3 +3,4 @@ liblali.a *.o README.html TAGS +test/other/executables/ 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) |
