diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-14 12:20:49 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-14 12:20:49 +0300 |
commit | 52263c39dd6006cce5fc938ec60751ab45b73f8b (patch) | |
tree | 37d1e26953c47ff6864de8aa90f6514059939e07 /.gitignore | |
parent | 0975bff6ddcf48de4072561adea67a5c1cd4456f (diff) | |
download | myslip-52263c39dd6006cce5fc938ec60751ab45b73f8b.tar.gz myslip-52263c39dd6006cce5fc938ec60751ab45b73f8b.zip |
fix: removed unneccessary print, excluded .#[file] emacs backups in gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ /target *#*# +*.#* *~ |