From 5c87ceb392cbb5d045d1417605062ccd2124bf9b Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Mon, 11 May 2020 12:04:47 +0200 Subject: [PATCH] build: Update .gitignores for new asset locs (ref #6624) (#6631) --- .gitignore | 1 - lib/api/auto/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 lib/api/auto/.gitignore diff --git a/.gitignore b/.gitignore index 48fd7d9a8..8aeabbddc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,5 @@ coverage.xml syncthing.sig RELEASE deb -lib/auto/gui.files.go *.bz2 /repos diff --git a/lib/api/auto/.gitignore b/lib/api/auto/.gitignore new file mode 100644 index 000000000..ada60c5bc --- /dev/null +++ b/lib/api/auto/.gitignore @@ -0,0 +1 @@ +gui.files.go