Skip to content

Commit 729cd96

Browse files
Add gitignore
1 parent fdf9d20 commit 729cd96

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Test binary, built with `go test -c`
2+
*.test
3+
4+
# Output of the go coverage tool, specifically when used with LiteIDE
5+
*.out
6+
7+
# Emacs
8+
*~
9+
\#*\#
10+
.\#*

0 commit comments

Comments
 (0)