-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
42 lines (39 loc) · 1.29 KB
/
Copy path.gitattributes
File metadata and controls
42 lines (39 loc) · 1.29 KB
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
# Define the workspace as a DataFlex language project:
*.src linguist-language=DataFlex
*.pkg linguist-language=DataFlex
*.vw linguist-language=DataFlex
*.dg linguist-language=DataFlex
*.sl linguist-language=DataFlex
*.bp linguist-language=DataFlex
*.wo linguist-language=DataFlex
*.inc linguist-language=DataFlex
*.rv linguist-language=DataFlex
*.dd linguist-language=DataFlex
*.frm linguist-language=DataFlex
# DataFlex source is authored and saved by DataFlex Studio with CRLF line
# endings; pin it so editors/tools can't silently introduce LF (which causes
# spurious whole-file diffs). Submodules under Libraries/ are separate repos
# and are unaffected by this. BOM bytes are content and are left intact.
*.src text eol=crlf
*.pkg text eol=crlf
*.vw text eol=crlf
*.dg text eol=crlf
*.sl text eol=crlf
*.bp text eol=crlf
*.wo text eol=crlf
*.inc text eol=crlf
*.rv text eol=crlf
*.dd text eol=crlf
*.frm text eol=crlf
# Windows helper scripts must stay CRLF so cmd.exe runs them correctly
*.bat text eol=crlf
*.cmd text eol=crlf
# Exclude compiled or generated files
*.prn linguist-generated=true
*.dbg linguist-generated=true
*.dsk linguist-generated=true
*.mtd linguist-generated=true
*.dep linguist-generated=true
*.fld linguist-generated=true
*.pdp linguist-generated=true
*.pkd linguist-generated=true