Pārlūkot izejas kodu

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>
Harald Albers 9 gadi atpakaļ
vecāks
revīzija
8850b223ed
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -7,6 +7,8 @@
 *.test
 *.test
 .*.swp
 .*.swp
 .DS_Store
 .DS_Store
+# a .bashrc may be added to customize the build environment
+.bashrc
 .gopath/
 .gopath/
 autogen/
 autogen/
 bundles/
 bundles/