Skip to content

Commit

Permalink
update .gitignore file, new syle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gheorghe Calin Blejdea committed Mar 17, 2023
1 parent 7c6e022 commit 4827036
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Basic files
*.out
#* ************************************************************************** *#
#* *#
#* ::: :::::::: *#
#* ft_atoi.c :+: :+: :+: *#
#* +:+ +:+ +:+ *#
#* By: acalin-b <[email protected]> +#+ +:+ +#+ *#
#* +#+#+#+#+#+ +#+ *#
#* Created: 2023/03/08 19:57:15 by acalin-b #+# #+# *#
#* Updated: 2023/03/17 16:53:25 by acalin-b ### ########.fr *#
#* *#
#* ************************************************************************** *#

# 42 / Ignore files compiled by the Makefile and emacs
*.o
*.a
.DS_Store
.out
.swp
Binary file removed libft.a
Binary file not shown.

0 comments on commit 4827036

Please sign in to comment.