From 3bd5d33ac77ebcbf5851be457361fd79b1934931 Mon Sep 17 00:00:00 2001 From: Mustafa Quraish Date: Fri, 28 Jan 2022 18:46:35 -0500 Subject: Ignore nasm, object and executable files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86a05e7..735abfa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,8 @@ cupcc *.dSYM *.vscode *.idea -*.DS_Store \ No newline at end of file +*.DS_Store + +*.nasm +*.o +*.out \ No newline at end of file -- cgit v1.2.3