From 1d0538354841c9dd256162d1342be4c68d9c8a5d Mon Sep 17 00:00:00 2001 From: Jack Bond-Preston Date: Sun, 12 Dec 2021 02:25:28 +0000 Subject: [PATCH] gitignore Signed-off-by: Jack Bond-Preston --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e161f2..4c5c11a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +* +!/**/ +!*.* + # Prerequisites *.d @@ -32,4 +36,6 @@ *.app .vscode -input.txt \ No newline at end of file +input.txt + +*.hi \ No newline at end of file