diff options
| author | Mustafa Quraish <[email protected]> | 2022-01-28 18:46:35 -0500 |
|---|---|---|
| committer | Mustafa Quraish <[email protected]> | 2022-01-28 22:38:02 -0500 |
| commit | 3bd5d33ac77ebcbf5851be457361fd79b1934931 (patch) | |
| tree | 9f5847bd87a4b6f81b9921c92b04d9bc4046e316 | |
| parent | Add initial code generation capabilities (diff) | |
| download | cup-3bd5d33ac77ebcbf5851be457361fd79b1934931.tar.xz cup-3bd5d33ac77ebcbf5851be457361fd79b1934931.zip | |
Ignore nasm, object and executable files
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |