summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xtest/other/executables/emacs.el3
-rwxr-xr-xtest/other/executables/empty.lisp0
-rwxr-xr-xtest/other/executables/script.lali4
4 files changed, 1 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 10b49d1..e327a4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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)