// source: https://forum.syncthing.net/t/useful-stignore-patterns/1175 // Incomplete Downloads // At least for now, these prevent Syncthing from transferring data that's // going to be thrown out anyway once the download is finished and the // file is renamed. Things may change when Syncthing gets smarter. // // Firefox downloads and other things (?d)*.part // Chrom(ium|e) downloads (?d)*.crdownload (?d)*.tmp (?d)~*.tmp // Temporary / Backup Files (?d)*~ .*.swp (?d)~$* // OS-generated files (OS X) .DS_Store .Spotlight-V100 .Trashes ._* // OS-generated files (Windows) (?d)(?i)desktop.ini (?d)(?i)ehthumbs.db (?d)(?i)Thumbs.db System Volume Information $RECYCLE.BIN treeinfo.wc AppData Anwendungsdaten SyncToy_*.dat NTUSER.DAT* // BTSync files .sync *.bts *.!Sync .SyncID .SyncIgnore .SyncArchive *.SyncPart *.SyncTemp *.SyncOld // Synology files @eaDir // Android Video Recording temp_video *.unfinished *.unfinished.meta // Eclipse .metadata .svn // Java crash logs hs_err_pid*.log .nomedia // PrimeDump *.primes *.primes2 *.primes2.*