From d30e426167d2751a25b9f5e2522066571b00f357 Mon Sep 17 00:00:00 2001 From: Tijmen van Nesselrooij Date: Sun, 10 Mar 2019 21:18:38 +0100 Subject: [PATCH] x86_64 ignore files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 75152c7..27808da 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,8 @@ tutorial/conditionaljump tutorial/helloworld tutorial/inputexample tutorial/instructions + +# x86_64 +x86_64/bin +x86_64/build +x86_64/test.asm \ No newline at end of file