mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
Merge abe49347f8
into 524ae7b4c7
This commit is contained in:
commit
897ac5f8d3
1 changed files with 38 additions and 0 deletions
38
Lazarus.gitignore
Normal file
38
Lazarus.gitignore
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
# Lazarus compiler-generated binaries (safe to delete)
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.res
|
||||||
|
*.compiled
|
||||||
|
*.dbg
|
||||||
|
*.ppu
|
||||||
|
*.o
|
||||||
|
*.or
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
bin/
|
||||||
|
backup/
|
||||||
|
bak/
|
||||||
|
lib/
|
||||||
|
log/
|
||||||
|
logs/
|
||||||
|
tmp/
|
||||||
|
temp/
|
||||||
|
superado/
|
||||||
|
_superado/
|
||||||
|
modules/
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# Application bundle for Mac OS
|
||||||
|
*.app/
|
Loading…
Add table
Add a link
Reference in a new issue