.gitignore 99 B

1234567
  1. # go test -c output
  2. *.test
  3. *.test.exe
  4. # Output of go build ./cmd/fsnotify
  5. /fsnotify
  6. /fsnotify.exe