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 <github@albersweb.de>
Upstream-commit: 8850b223ed4c04cc671a977cadc3942e5e5f7f64
Component: engine
This commit is contained in:
Harald Albers
2016-03-24 18:43:41 +01:00
parent 51e700f816
commit cbf32ea99f
+2
View File
@@ -7,6 +7,8 @@
*.test
.*.swp
.DS_Store
# a .bashrc may be added to customize the build environment
.bashrc
.gopath/
autogen/
bundles/