From 9e5f928d2782ff31c46cfffaf0213002b02e886f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 13 Mar 2019 12:39:21 +0100 Subject: [PATCH] chg: ignore bash history --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 785934f46..9a12efbe5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # don't push these files to the repository .history +.bash_history *.log *.eml *.o