diff options
| -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 |
| index : cup | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 6 |
@@ -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 |