mirror of https://github.com/docker/docs.git
gitignore: Fix "swarm" pattern matching.
The pattern without slashes was conflicting with cluster/swarm: ``` $ git add cluster/swarm/cluster.go The following paths are ignored by one of your .gitignore files: cluster/swarm Use -f if you really want to add them. fatal: no files added ``` Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
abfe5e6f4c
commit
b2fa060957
|
|
@ -1 +1 @@
|
|||
swarm
|
||||
swarm
|
||||
|
|
|
|||
Loading…
Reference in New Issue