vendor/github.com/fsnotify/fsnotify/.gitignore
changeset 265 05c40b36d3b2
parent 242 2a9ec03fe5a1
--- a/vendor/github.com/fsnotify/fsnotify/.gitignore	Thu Sep 22 16:37:07 2022 +0200
+++ b/vendor/github.com/fsnotify/fsnotify/.gitignore	Sat Feb 04 12:58:35 2023 +0100
@@ -1,6 +1,6 @@
-# Setup a Global .gitignore for OS and editor generated files:
-# https://help.github.com/articles/ignoring-files
-# git config --global core.excludesfile ~/.gitignore_global
+# go test -c output
+*.test
+*.test.exe
 
-.vagrant
-*.sublime-project
+# Output of go build ./cmd/fsnotify
+/fsnotify