mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-05 23:18:08 +01:00
init: create gitignore
This commit is contained in:
commit
2f9f081c6e
1 changed files with 26 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
*.swp
|
||||
*.out
|
||||
*.o
|
||||
*.d
|
||||
*.a
|
||||
*~
|
||||
*.html
|
||||
*.profraw
|
||||
*.profdata
|
||||
profiles/
|
||||
test
|
||||
.ccls-cache
|
||||
.direnv
|
||||
.envrc
|
||||
minishell
|
||||
testexec.sh
|
||||
tests/*
|
||||
!tests/*.c
|
||||
!tests/*.h
|
||||
infile
|
||||
outfile
|
||||
mallocfail_hashes
|
||||
Loading…
Add table
Add a link
Reference in a new issue