diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-06-21 01:26:48 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-06-21 01:26:48 +0300 |
| commit | 8e4a57e034d98777fc58ff90c542c96f18f0e575 (patch) | |
| tree | 033d8d8a788c43a95ce6cece39ecd971ede9577b /.gitignore | |
| download | wafflestone-8e4a57e034d98777fc58ff90c542c96f18f0e575.tar.xz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9050050 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# The executable +wafflestone + +# VIM swap files +.*.swp |
