diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-29 16:44:30 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-29 16:44:30 +0900 |
commit | be27310bc89f8d9fca3e4943c51777ed154028ea (patch) | |
tree | 214f8f5fcc3dc8674d194751591b0f4b87e4d370 | |
parent | 8902e2807da9cfce8a50147968bdd4a90b7606e9 (diff) |
Add .gitignore file.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f8d6ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +temp-emacs-file.lsp
\ No newline at end of file |