# Basic Computer Programs project specific amazing amazing.exe # Compiled l10n files: .mo should be ignored *.mo # Ghostwriter backups *.backup # nano editor backup files *.swp # Uncomment these types if you want even more clean repository. But be careful. # It can make harm to an existing project source. Read explanations below. # # Resource files are binaries containing manifest, project icon and version info. # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files. *.res # Delphi/Lazarus compiler-generated binaries (safe to delete) *.exe *.dll *.bpl *.bpi *.dcp *.so *.apk *.drc *.map *.dres *.rsm *.tds *.dcu *.lib *.[ao] *.or *.ppu *.dbg *.compiled # Delphi autogenerated files (duplicated info) *.cfg *Resource.rc # Delphi local files (user-specific info) *.local *.identcache *.projdata *.tvsconfig *.dsk # Delphi history and backups __history/ *.~* # Lazarus history, backups and session backup/ *.bak *.lps # Castalia statistics file *.stat