mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
Pascal gitattributes
This commit is contained in:
parent
dd42e45349
commit
e8beafb86f
62
Pascal.gitattributes
Normal file
62
Pascal.gitattributes
Normal file
@ -0,0 +1,62 @@
|
||||
# Lazarus Project Information file (stored in XML; contains project-specific settings)
|
||||
*.lpi text
|
||||
|
||||
# Lazarus Program file; contains Pascal source of main program
|
||||
*.lpr text
|
||||
|
||||
# Lazarus Form file; contains configuration information for all objects on a form
|
||||
# (stored in a Lazarus-specific format; the actions are described by Pascal source code in a corresponding *.pas file)
|
||||
*.lfm text
|
||||
|
||||
# Unit with Pascal code (typically for a form stored in a corresponding *.lfm file)
|
||||
*.pas text diff=pascal
|
||||
|
||||
# Pascal code
|
||||
*.pp text diff=pascal
|
||||
|
||||
# Lazarus Resource file (this is a generated file; not to be confused with a Windows resource file).
|
||||
*.lrs text
|
||||
|
||||
# Compiled unit, symbols part.
|
||||
*.ppu binary
|
||||
|
||||
# (1) Compiled unit, code part.
|
||||
# (2) Compiled code from other compilers (e.g. gcc)
|
||||
*.o binary
|
||||
|
||||
# Object resource, automatically generated from {$R} directive.
|
||||
*.or text
|
||||
|
||||
# (1) Compiled unit, code part for smartlinking (on some platforms)
|
||||
# (2) Compiled code from other compilers (e.g. gcc) linked into a static library
|
||||
*.a binary
|
||||
|
||||
# Lazarus package information file. (stored in XML; contains package-specific settings)
|
||||
*.lpk text
|
||||
|
||||
# Include file
|
||||
*.inc text
|
||||
|
||||
# Lazarus Project Session file. See Project Options -> Save session information in
|
||||
*.lps text
|
||||
|
||||
# Lazarus Resourcestring table created when saving a lfm file and i18n is enabled. It contains the TTranslateString properties of the lfm.
|
||||
*.lrt text
|
||||
|
||||
# Resourcestring table created by the compiler for every unit with a resourcestring section.
|
||||
*.rst text
|
||||
|
||||
# Resourcestring table in JSON format created by FPC 2.7.1 for units with resourcestring section.
|
||||
*.rsj text
|
||||
|
||||
# Compilation session for a project
|
||||
*.compiled text
|
||||
|
||||
# Resource file
|
||||
*.res text
|
||||
|
||||
# Lazarus resource form file
|
||||
*.rc text
|
||||
|
||||
# Icon file
|
||||
*.ico binary
|
Loading…
Reference in New Issue
Block a user