diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-16 17:05:38 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-16 17:05:38 +0100 |
commit | b3921e090a3b900240e81ada562438f74ffc5b4d (patch) | |
tree | 7c6ec7c356b5144b4e0ca0cd6aeab44c2bfa64dd /.gitignore | |
parent | Fix (diff) | |
download | 42-minishell-b3921e090a3b900240e81ada562438f74ffc5b4d.tar.gz 42-minishell-b3921e090a3b900240e81ada562438f74ffc5b4d.tar.bz2 42-minishell-b3921e090a3b900240e81ada562438f74ffc5b4d.tar.xz 42-minishell-b3921e090a3b900240e81ada562438f74ffc5b4d.tar.zst 42-minishell-b3921e090a3b900240e81ada562438f74ffc5b4d.zip |
Merge
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -138,6 +138,7 @@ Sessionx.vim *~ # Auto-generated tag files tags +TAGS # Persistent undo [._]*.un~ @@ -152,6 +153,7 @@ qwe noread .clang_complete compile_flags.txt +*.txt /bash /mini .ccls* |