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:
Andrea Luzzardi 2015-05-07 00:35:32 -07:00
parent abfe5e6f4c
commit b2fa060957
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
swarm
swarm