From 2c6c34c1c7a184bd2b8126d8784a285a81215894 Mon Sep 17 00:00:00 2001 From: Arthur Bit-Monnot Date: Mon, 2 Nov 2020 12:52:43 +0100 Subject: [PATCH] Add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22038d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +_build/ +ftest.native +outfile +*~ \ No newline at end of file