From ec2afbbf5355864fad9dce582984873473e657b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 21 Jun 2019 16:40:17 +0200 Subject: [PATCH 18/30] gitignore: Add basic ignore rules for git. --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..331ebd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Backup files +*~ + +# Compiler output. +*.o + +# Compiled applications. +/cc1541 +/cc1541.exe +test_cc1541/test_cc1541 +test_cc1541/test_cc1541.exe -- 2.21.0