mirror of https://github.com/docker/docs.git
Merge pull request #21478 from albers/ignore-bashrc
re-add .bashrc to .gitignore
This commit is contained in:
commit
9558d249e9
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue