forked from gitattributes/gitattributes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pascal.gitattributes
63 lines (44 loc) · 1.84 KB
/
Pascal.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# 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
*.p text diff=pascal
*.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