diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/.gitignore | 4 | ||||
-rw-r--r-- | lisp/re/.gitignore | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/.gitignore b/lisp/.gitignore new file mode 100644 index 0000000..787e94c --- /dev/null +++ b/lisp/.gitignore @@ -0,0 +1,4 @@ +# Add & Override for this directory and it's subdirectories +.dirstamp +lsp + diff --git a/lisp/re/.gitignore b/lisp/re/.gitignore new file mode 100644 index 0000000..836556a --- /dev/null +++ b/lisp/re/.gitignore @@ -0,0 +1,2 @@ +# Add & Override for this directory and it's subdirectories +tests |