Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 22 additions & 18 deletions Global/Lazarus.gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
# Lazarus compiler-generated binaries (safe to delete)
# --- Lazarus Compiler & Linker Binaries ---
*.exe
*.dll
*.so
*.dylib
*.lrs
*.res
*.compiled
*.dbg
*.ppu
*.a
*.lib
*.o
*.or
*.a

# Lazarus autogenerated files (duplicated info)
*.rst
*.ppu
*.compiled
*.dbg
*.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.
# --- Project Backup & Units Directories ---
backup/
*.bak
lib/
units/

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this line. I'm seeing multiple examples of the units directory in use.
https://github.com/search?q=%22OtherUnitFiles+Value%3D%5C%22units%22+path%3A*.lpi&type=code

*.bak
*.~*
*.$*

# --- IDE & User-Specific Local Files ---
*.lps
*.lfm.bak
*.lpi.bak
Comment on lines +25 to +26

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove, these are redundant and not needed. They are already covered by line 19's rule *.bak.

lazarus.cfg

# --- Internationalization & Documentation Artifacts ---
*.rst
*.lrt

# Application bundle for Mac OS
# --- macOS Application Bundles ---
*.app/