.gitignore 85 B

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