1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #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/
- *.tmp
- bin
- *.xml
- *.res
- samples/fpc/QuickConfig/ConfigToJSON/lib/i386-win32
|