diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-18 01:04:22 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-18 01:04:22 +0900 |
commit | 9f7c2e9bf63cb69a1cb8e00545e198338ca05428 (patch) | |
tree | 8b09c743ed144164102da5d5b69c20dd90ad6880 /.gitignore | |
parent | 73ccaa0dc1d343d9a84b4f940479a0e128a8a7b5 (diff) |
Execute raco pkg new.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a59348 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*~ +\#* +.\#* +.DS_Store +compiled/ +/doc/ |