Saturday, June 19, 2010

Delphi SVN Ignore List

It can be difficult to remember which files to ignore in subversion when using Delphi to develop with. Here is my ignore list:

*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store *.dcu bin __history *.local *.identcache *.ini *.exe *.drc Bin *.dsk *.~* *.map *.elf *.bak *.stat *.bkm *.dof *.cfg *.skincfg *.scc *.hpp