diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-22 03:05:58 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-22 03:18:48 +0100 |
| commit | a917ec555ef8419bf638d6b8f87c965dff96e9e1 (patch) | |
| tree | a18ab385f8e5a5c115d157324f8d2a3966b0003d /.gitignore | |
| parent | b22183ba021d9ab3418d8f47545708597247e583 (diff) | |
| download | libasm-a917ec555ef8419bf638d6b8f87c965dff96e9e1.tar.gz libasm-a917ec555ef8419bf638d6b8f87c965dff96e9e1.tar.bz2 libasm-a917ec555ef8419bf638d6b8f87c965dff96e9e1.zip | |
ft_strdup.s and Makefile
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ *.o a.out *.dSYM +*.a +test.s +test.c |
