123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- #ignore thumbnails created by windows
- Thumbs.db
- *.bak
- *.cache
- # Delphi compiler-generated binaries (safe to delete)
- *.exe
- *.dll
- *.bpl
- *.bpi
- *.dcp
- *.so
- *.apk
- *.drc
- *.map
- *.dres
- *.rsm
- *.tds
- *.dcu
- *.lib
- *.a
- *.o
- *.ocx
- *.zip
- *.log
- # Delphi autogenerated files (duplicated info)
- *.cfg
- *.hpp
- *Resource.rc
- # Delphi local files (user-specific info)
- *.local
- *.identcache
- *.projdata
- *.tvsconfig
- *.dsk
- # Delphi history and backups
- __history/
- __recovery/
- *.~*
- # Castalia statistics file (since XE7 Castalia is distributed with Delphi)
- *.stat
- desktop.ini
- *.ppu
- *.compiled
- lib/i386-win32/
- backup/
- debug/
- release/
- *.rsj
- *.lps
- bin/
|