mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 15:50:20 -08:00
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
64 lines
1013 B
Plaintext
64 lines
1013 B
Plaintext
# Basic Computer Programs project specific
|
|
aceyducey
|
|
aceyducey.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
|