mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Reworked Lazarus.gitignore according to Lazarus Wiki
http://wiki.freepascal.org/File_extensions
This commit is contained in:
parent
2500b4c80a
commit
79234283de
@ -1,15 +1,30 @@
|
|||||||
#ignore backup files
|
# Lazarus compiler-generated binaries (safe to delete)
|
||||||
backup/
|
*.exe
|
||||||
|
*.dll
|
||||||
#ignore files generated by the compiler
|
*.so
|
||||||
lib/
|
*.dylib
|
||||||
|
*.lrs
|
||||||
|
*.res
|
||||||
*.compiled
|
*.compiled
|
||||||
|
*.dbg
|
||||||
|
*.ppu
|
||||||
*.o
|
*.o
|
||||||
*.or
|
*.or
|
||||||
*.ppu
|
*.a
|
||||||
|
|
||||||
#ignore debug information files
|
# Lazarus autogenerated files (duplicated info)
|
||||||
*.dbg
|
*.rst
|
||||||
|
*.rsj
|
||||||
|
*.lrt
|
||||||
|
|
||||||
#exclude executable output in windows
|
# Lazarus local files (user-specific info)
|
||||||
*.exe
|
*.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/
|
||||||
|
Loading…
Reference in New Issue
Block a user