diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-30 17:25:54 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-30 17:26:30 +0100 |
commit | 898a31f393577f7f5682434bd607a68010fd888f (patch) | |
tree | aa22d985de6943c5e866016e15f98eee5db47c78 /.gitignore | |
parent | 0ddbe56c19c6fc820bc7011abc22c371c9244d88 (diff) |
Fixed subversion when tag doesn't include dash.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ tools package debug cmd/*/debug +*.zip webapp/dist webapp/node_modules @@ -12,4 +13,4 @@ webapp/assets/xds-agent-tarballs/*.zip # private (prefixed by 2 underscores) directories or files __*/ -__*
\ No newline at end of file +__* |