add all .o and libft.a to gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,6 @@
|
||||
.objs
|
||||
libft_malloc*.so
|
||||
libft/libft.a
|
||||
libft/*.o
|
||||
libft/ft_printf/*.o
|
||||
|
||||
|
Reference in New Issue
Block a user