From 8850b223ed4c04cc671a977cadc3942e5e5f7f64 Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Thu, 24 Mar 2016 17:41:16 +0100 Subject: [PATCH] re-add .bashrc to .gitignore .bashrc was removed in 29fbc9cc1d67759974ec4cb746840ae160d842bc but is still needed. It serves as a hook to customize the build environment. Signed-off-by: Harald Albers --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9ea55ed02a..64cffb9b41 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.test .*.swp .DS_Store +# a .bashrc may be added to customize the build environment +.bashrc .gopath/ autogen/ bundles/