aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMustafa Quraish <[email protected]>2022-01-28 18:46:35 -0500
committerMustafa Quraish <[email protected]>2022-01-28 22:38:02 -0500
commit3bd5d33ac77ebcbf5851be457361fd79b1934931 (patch)
tree9f5847bd87a4b6f81b9921c92b04d9bc4046e316
parentAdd initial code generation capabilities (diff)
downloadcup-3bd5d33ac77ebcbf5851be457361fd79b1934931.tar.xz
cup-3bd5d33ac77ebcbf5851be457361fd79b1934931.zip
Ignore nasm, object and executable files
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
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