Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:gitignore [2016/12/23 03:17]
eServices Greece
development:gitignore [2020/06/25 16:47] (current)
eServices Greece [FPC .gitignore]
Line 43: Line 43:
 builds builds
 /CHANGELOG /CHANGELOG
 +</sxh>
 +
 +==== FPC .gitignore ====
 +<sxh>
 +# ---> FPC
 +# FPC compiler-generated binaries (safe to delete)
 +*.exe
 +*.dll
 +*.bpl
 +*.bpi
 +*.dcp
 +*.so
 +*.apk
 +*.drc
 +*.map
 +*.dres
 +*.rsm
 +*.tds
 +*.dcu
 +*.lib
 +modules
 +lib
 +backup
 +*.dbg
 +
 +*.cfg
 +*Resource.rc
 +
 +# local files (user-specific info)
 +*.local
 +*.identcache
 +*.projdata
 +*.tvsconfig
 +*.dsk
 +
 +# history
 +__history/
 +*.~*
 +*.stat
 +
 </sxh> </sxh>