Expected Behavior
The file event monitoring of dune build -w should ignore the file creation of an Emacs temp file like .#foobar.ml
Actual Behavior
Generation of .#foobar.ml triggers the rebuild, which should not.
Reproduction
- Use Mac OS
- Execute
dune build -w in your project
- See the message
waiting for filesystem changes...
- Open a terminal and execute
touch .#foobar.ml
dune build -w restarts building, which is not an expected behavior.
Specifications
Additional information
The issue does not reproduce in Linux.