diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2025-12-05 09:33:33 +0000 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2025-12-05 09:33:33 +0000 |
| commit | b3208c29db97942ba6b0c46148f592a0c0b6b34e (patch) | |
| tree | 6e19ad006657baa9e66b37d57137bd1aedcd0418 | |
| parent | 815ea3e0b58d407055bca94de7d363dd38e49595 (diff) | |
ignore some files
| -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) |
