mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
- use environment variable to set Lazarus path instead of modifying build.bat which is under source control - add .gitignore file
36 lines
480 B
Text
36 lines
480 B
Text
# Lazarus compiler-generated binaries (safe to delete)
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.lrs
|
|
*.res
|
|
*.compiled
|
|
*.dbg
|
|
*.ppu
|
|
*.o
|
|
*.or
|
|
*.a
|
|
*.zdli
|
|
*.wcx
|
|
*.wdx
|
|
*.wfx
|
|
units/x86_64-win64-win32
|
|
units/i386-win32-win32
|
|
|
|
# Lazarus autogenerated files (duplicated info)
|
|
*.rst
|
|
*.rsj
|
|
*.lrt
|
|
|
|
# Lazarus local files (user-specific info)
|
|
*.lps
|
|
|
|
# Lazarus backups and unit output folders.
|
|
# These can be changed by user in Lazarus/project options.
|
|
backup/
|
|
*.bak
|
|
lib/
|
|
|
|
# Application bundle for Mac OS
|
|
*.app/
|