.gitignore

 1# go test -c output
 2*.test
 3*.test.exe
 4
 5# Output of go build ./cmd/fsnotify
 6/fsnotify
 7/fsnotify.exe
 8
 9/test/kqueue
10/test/a.out