diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-13 03:13:57 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-13 03:13:57 +0100 |
| commit | 8521c9e02b2bcb9f6437a111cba3f395236f8e22 (patch) | |
| tree | 06174b3f89357968feeca6687f8209586e7e01e5 /.gitignore | |
| parent | e6f53e82b0f8ae1cff3749ea3476c2074c325d7b (diff) | |
| download | libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.tar.gz libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.tar.bz2 libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.zip | |
Added ft_memmem and ft_memset_pattern4, not tested
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ *.ghc *.dSYM a.out -test_libft +libft_test obj/* rendu.makefile |
