From 35b186875d6e7657881dbb26caf5f258c3ff3e75 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Sat, 5 Nov 2016 18:05:42 +0100 Subject: [PATCH] Added templates and public bindata to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6801418ef966..85028f6a8056 100644 --- a/.gitignore +++ b/.gitignore @@ -23,8 +23,10 @@ _testmain.go *.test *.prof -coverage.out gitea +coverage.out +templates/bindata.go +public/bindata.go *.db *.log