diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ *.o *.a -tests/test_* -!tests/test_*.c +obj/* +lib/* +bin/* +!.gitkeep |
![]() |
index : Libft | |
| Reimplementation of libc functions | Thomas Vanbesien |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | .gitignore | 6 |
@@ -1,4 +1,6 @@ *.o *.a -tests/test_* -!tests/test_*.c +obj/* +lib/* +bin/* +!.gitkeep |