summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-12-27 18:42:54 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-12-27 18:42:54 +0100
commit943d87072773b45bf489fe53452c3efb879ae55d (patch)
treef907c4271bc12324811530c55a0769caef05ccc6 /.gitignore
parentChanges (diff)
download42-minishell-943d87072773b45bf489fe53452c3efb879ae55d.tar.gz
42-minishell-943d87072773b45bf489fe53452c3efb879ae55d.tar.bz2
42-minishell-943d87072773b45bf489fe53452c3efb879ae55d.tar.xz
42-minishell-943d87072773b45bf489fe53452c3efb879ae55d.tar.zst
42-minishell-943d87072773b45bf489fe53452c3efb879ae55d.zip
Added joe-sh_history to gitignore
Diffstat (limited to '')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 70e71e0..53bbb58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -122,4 +122,5 @@ flycheck_*.el
# End of https://www.gitignore.io/api/c,linux,emacs
-minishell \ No newline at end of file
+minishell
+joe-sh_history \ No newline at end of file