From b6b8247e27745cbce2c1f6af6d49f63c7364f551 Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Sat, 28 Mar 2020 15:32:13 +0100 Subject: [PATCH] Introduce .gitignore Signed-off-by: Conrad Zelck <git@simpel.cc> --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2b6e7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Ignore +BAK/ +*_stripped.au3 +*.exe \ No newline at end of file -- GitLab