diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-06-06 02:49:05 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-06-06 02:49:05 +0200 |
commit | f13a07aa433298de91e1c4aff68f72be6d851be2 (patch) | |
tree | 5ebb10ed5f91b251ccc16c74a631448b5abb6145 /.gitignore | |
download | mdir-f13a07aa433298de91e1c4aff68f72be6d851be2.tar.gz mdir-f13a07aa433298de91e1c4aff68f72be6d851be2.tar.bz2 mdir-f13a07aa433298de91e1c4aff68f72be6d851be2.zip |
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..3f8096f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +test.db +midr +__debug_bin +.ash_history + +.idea/ +.cache/ |