mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
7 Commits
f4f79d0708
...
9abaa1ee21
Author | SHA1 | Date | |
---|---|---|---|
|
9abaa1ee21 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
abe49347f8 | ||
|
38ce07730b | ||
|
af88d8e001 |
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/
|
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
Loading…
Reference in New Issue
Block a user