diff options
author | tojo-dot-tokyo <33104005+tojo-dot-tokyo@users.noreply.github.com> | 2017-10-26 05:39:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 05:39:51 +0900 |
commit | 035da8b2940478d292e249ab083428efde622efb (patch) | |
tree | 331b6cfaeb5d3e3432bdb2f5575bd217cab7d4c4 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cbb89d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.ss~ +*.ss#* +.#*.ss + +*.scm~ +*.scm#* +.#*.scm |