Commit Graph

3 Commits

Author SHA1 Message Date
Morgan Bauer 966b04eaab
fix gitignore to specifically ignore the binary called swarm in the root directory
Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>
2015-09-01 15:19:38 -07:00
Andrea Luzzardi b2fa060957 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>
2015-05-11 16:56:08 -07:00
Victor Vieux 07383edd47 improve locks 2014-11-18 23:04:11 +00:00