aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-30 17:25:54 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-30 17:26:30 +0100
commit898a31f393577f7f5682434bd607a68010fd888f (patch)
treeaa22d985de6943c5e866016e15f98eee5db47c78 /.gitignore
parent0ddbe56c19c6fc820bc7011abc22c371c9244d88 (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--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index df22b67..a5007eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
+__*