diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-23 17:54:55 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-23 17:54:55 +0100 |
| commit | 99ebb4cc698da33c2f8aad8bb5d71ef060a01560 (patch) | |
| tree | a3e3d14e0a3fa878e6a35c2ba77d550326177cd0 /.gitignore | |
| download | libasm_test-99ebb4cc698da33c2f8aad8bb5d71ef060a01560.tar.gz libasm_test-99ebb4cc698da33c2f8aad8bb5d71ef060a01560.tar.bz2 libasm_test-99ebb4cc698da33c2f8aad8bb5d71ef060a01560.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d35bc6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*.ghc +a.out +runtest |
