diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ *__pycache__* *.log -bin +bin/ tags -dist +dist/ *.egg-info +build/ |
![]() |
index : minishell_test.git | |
| Test for the minishell school project |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 5 |
@@ -1,6 +1,7 @@ *__pycache__* *.log -bin +bin/ tags -dist +dist/ *.egg-info +build/ |