1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
gitattributes/Pascal.gitattributes

64 lines
1.8 KiB
Plaintext
Raw Normal View History

2019-04-17 22:43:10 -04:00
# Lazarus Project Information file (stored in XML; contains project-specific settings)
2019-04-19 20:35:18 -04:00
*.lpi text
2019-04-17 22:43:10 -04:00
# Lazarus Program file; contains Pascal source of main program
2019-04-19 20:35:18 -04:00
*.lpr text
2019-04-17 22:43:10 -04:00
# 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)
2019-04-19 20:35:18 -04:00
*.lfm text
2019-04-17 22:43:10 -04:00
# Unit with Pascal code (typically for a form stored in a corresponding *.lfm file)
2019-04-19 20:35:18 -04:00
*.pas text diff=pascal
2019-04-17 22:43:10 -04:00
# Pascal code
2019-07-16 23:23:10 -04:00
*.p text diff=pascal
2019-04-19 20:35:18 -04:00
*.pp text diff=pascal
2019-04-17 22:43:10 -04:00
# Lazarus Resource file (this is a generated file; not to be confused with a Windows resource file).
2019-04-19 20:35:18 -04:00
*.lrs text
2019-04-17 22:43:10 -04:00
# Compiled unit, symbols part.
2019-04-19 20:35:18 -04:00
*.ppu binary
2019-04-17 22:43:10 -04:00
# (1) Compiled unit, code part.
# (2) Compiled code from other compilers (e.g. gcc)
2019-04-19 20:35:18 -04:00
*.o binary
2019-04-17 22:43:10 -04:00
# Object resource, automatically generated from {$R} directive.
2019-04-19 20:35:18 -04:00
*.or text
2019-04-17 22:43:10 -04:00
# (1) Compiled unit, code part for smartlinking (on some platforms)
# (2) Compiled code from other compilers (e.g. gcc) linked into a static library
2019-04-19 20:35:18 -04:00
*.a binary
2019-04-17 22:43:10 -04:00
# Lazarus package information file. (stored in XML; contains package-specific settings)
2019-04-19 20:35:18 -04:00
*.lpk text
2019-04-17 22:43:10 -04:00
# Include file
2019-04-19 20:35:18 -04:00
*.inc text
2019-04-17 22:43:10 -04:00
# Lazarus Project Session file. See Project Options -> Save session information in
2019-04-19 20:35:18 -04:00
*.lps text
2019-04-17 22:43:10 -04:00
# Lazarus Resourcestring table created when saving a lfm file and i18n is enabled. It contains the TTranslateString properties of the lfm.
2019-04-19 20:35:18 -04:00
*.lrt text
2019-04-17 22:43:10 -04:00
# Resourcestring table created by the compiler for every unit with a resourcestring section.
2019-04-19 20:35:18 -04:00
*.rst text
2019-04-17 22:43:10 -04:00
# Resourcestring table in JSON format created by FPC 2.7.1 for units with resourcestring section.
2019-04-19 20:35:18 -04:00
*.rsj text
2019-04-17 22:43:10 -04:00
# Compilation session for a project
*.compiled text
# Resource file
2019-04-19 20:35:18 -04:00
*.res text
2019-04-17 22:43:10 -04:00
# Lazarus resource form file
2019-04-19 20:35:18 -04:00
*.rc text
2019-04-17 22:43:10 -04:00
# Icon file
2019-04-19 20:35:18 -04:00
*.ico binary