From 2953a90c551a4e82154c2313ecfb1e6737440510 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 26 Jan 2018 21:20:46 +0100 Subject: [PATCH] Add the shell scripts to git's ignore list --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f819b9f..ef382e5 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ nosetests.xml # SQLite databases *.sqlite3 + +# Shell scripts +*.sh