Skip to content

Commit 092576c

Browse files
committed
Update .gitignore with output
Signed-off-by: Thomas Stromberg <[email protected]>
1 parent bf45da5 commit 092576c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
13-
out/
1413

1514
# Dependency directories (remove the comment below to include it)
1615
# vendor/
16+
17+
# added by lint-install
18+
out/

0 commit comments

Comments
 (0)