Skip to content

Commit

Permalink
Improve gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaillet committed Nov 24, 2020
1 parent 56e25a2 commit 54c3e30
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
/http-mirror-pipeline
/config.json
# exe
/traffic-mirroring

# Config file
/config.json

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# IntelliJ IDEA files
.idea

0 comments on commit 54c3e30

Please sign in to comment.