From 77e516665f23b9cb7af864318c61582d91ab5870 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 22 Apr 2021 20:49:48 +0200 Subject: First commit, with implementation of tic-tac-toe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..903ff7d --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*\#* +*~ +*.o +*.a +*.so +*.so.* +*.su +*.lo +*.bo +/basic-games +/basic-games.c +/tic-tac-toe -- cgit v1.2.3-70-g09d2