Skip to content

Commit

Permalink
core: also ignore changes to files in the mnesia directory
Browse files Browse the repository at this point in the history
(cherry picked from commit 477cd5a)
  • Loading branch information
mworrell committed Jan 20, 2017
1 parent 05b9049 commit ae3cd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filewatcher/z_filewatcher_handler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

%% Which files do we not consider at all in the file_changed handler
-define(FILENAME_BLACKLIST_RE,
"_flymake|\\.#|/sites/[^/]+/files/|/\\.git/|/\\.gitignore|\\.hg/|/log/\\.log$").
"_flymake|\\.#|/sites/[^/]+/files/|/\\.git/|/\\.gitignore|\\.hg/|/log/\\.log$|/mnesia/").


%% @doc Called when a file is changed on disk. Decides what to do.
Expand Down

0 comments on commit ae3cd9f

Please sign in to comment.