1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

gitignore: Anchor /bin to the toplevel

At one point I went to add a new file in e.g.
`data/data/bootstrap/files/usr/local/bin/foo.sh`
and was confused why it wasn't showing up in `git status`.

It was because the `bin` here also matched the `usr/local/bin`.
This commit is contained in:
Colin Walters
2018-11-21 10:11:31 -05:00
parent 906b853de6
commit 089565a7b1

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
bin/
/bin/
.openshift-install.log