Everything by default indexes files usually ignored elsewhere, like repo blobs and temporary files.
These [0] Everything configuration lines exclude human unreadable, cache and temp files.
[0] https://gist.github.com/Konfekt/f82fcf6 ... ad8798cb33
Ignore repo blobs and temp files
Re: Ignore repo blobs and temp files
(
Simply re-posting locally:
)
Simply re-posting locally:
Code: Select all
exclude_folders="*\\temp","*\\tmp","*\\.cache","*\\*cache","*\\Trash","Trash-0","*\\.git","*\\.hg","C:\\Windows\\WinSxS","C:\\Windows.old","C:\\System Volume Information","C:\\$WinREAgent","C:\\Recovery","C:\\Config.Msi","C:\\Intel","C:\\PerfLogs","C:\\Users\\Default","C:\\Users\\Public","*\\scoop\\cache","*\\scoop\\buckets","*\\.cxoffice","*\\.wine","*\\okular\\docdata","*\\.local\\state\\vim","Z:\\.snapshots","Z:\\media","Z:\\mnt","Z:\\run","Z:\\dev","Z:\\proc","Z:\\sys","Z:\\tmp","Z:\\var\\run","Z:\\var\\lock","Z:\\var\\tmp","Z:\\var\\lib\\systemd\\coredump","Z:\\lib\\modules\\*\\volatile\\.mounted","*mozilla\\firefox","*\\syncthing\\index*"
Code: Select all
exclude_files=~$*;*~;*.swap;*.temp;*.tmp;tags;thumbs.db;desktop.ini;*.pyc;*.pyo;*.out;*.toc;*.fls;*.fmt;*.fdb_latexmk;*.synctex;*.synctex.gz;*.synctex.gz(buzy);*.pdfsync;confdefs.h;*.elc;*.qmlc;config.status;.histfile.*;*.rej;*.jsc;lzo;*.blg;confstat;*.toc;moc_*.cpp;*.orig;*.po;litmain.sh;libtool;ui_*.h;*.lot;CTestTestfile.cmake;cmake_install.cmake;*.nvram;*.cb2;*.loT;nbproject;*.map;__pycache__;*.part;*.db;*.la;*.log;*.fq;.pch;*.fna;*.gmo;*.gbff;*.lo;*.qrc;*.pc;*.moc;*.init;conftest;qrc_*.cpp;*.fastq;*.aux;CMakeCache.txt;*.faa;*.fot;.yarn-cache;*.m4;*.a;*.vm*;autom4te;*.gb;*.omf;*.rcore;*.csproj;Makefile.am;*.lof;*.o;*.brf;*.fasta;*.dvi;*.cb;*.cb2;*.blg;*.vdi;*.vbox*;*.vmdk;*.vhd*;*.qcow2;*.sql.gz
Re: Ignore repo blobs and temp files
Thank you! The original gist contained some folders specific to Linux (where Everything runs in Wine).
The latest revision removes those, keeping only those on Windows.
The latest revision removes those, keeping only those on Windows.