ignore directories and pyc files for changes (editors write tmp/swap

files etc., which also affects mtime of directory)
This commit is contained in:
holger krekel
2013-10-07 10:28:08 +02:00
parent 8e88261c15
commit ca54911481
3 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
1.10
-------------------------
- ignore dot files for file changes (editors write tmp/swap files etc.)
- ignore pyc files, dot files and directories for changes (editors write tmp/swap
files etc., which also affects mtime of directory)
1.9
-------------------------