minesweeper

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2b917eeda724888d271438f914ad93842c35d19a
parent 3075b795d16d629bea8d10615fb610d51209e099
Author: Samdal <samdal@protonmail.com>
Date:   Tue, 27 Apr 2021 22:40:12 +0200

add gitignore

Diffstat:
A.gitignore | 8++++++++
Dmain.o | 0
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +.idea +*.log +tmp/ +*.o +*.out +*.exe + diff --git a/main.o b/main.o Binary files differ.