FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
daScript/.gitattributes at master · WhyNot135/daScript · GitHub
WhyNot135
/
daScript
Public
forked from
GaijinEntertainment/daScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
daScript
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 1.24 KB
Breadcrumbs
daScript
/
.gitattributes
Copy path
File metadata and controls
28 lines (24 loc) · 1.24 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
All files generated by standalone contexts are ignored in git statistic
src
/
das
/
**
/
*
.cpp
binary
src
/
das
/
**
/
*
.h
binary
utils
/
dasFormatter
/
ds_parser.cpp
binary
utils
/
dasFormatter
/
ds_parser.output
binary
daslib
/
_aot_generated
/
*
.cpp
binary
#
Shell scripts must keep LF endings even when checked out under autocrlf=true.
*
.sh
text
eol
=
lf
#
Git hooks are bash scripts with no extension — Git Bash chokes on CRLF in the
#
shebang / read loops, so pin the whole dir to LF (autocrlf=true would otherwise
#
check them out CRLF on Windows and silently break the pre-push gate).
.githooks
/
**
text
eol
=
lf
#
Windows batch launchers must keep CRLF — cmd.exe mis-parses an LF-only .cmd
#
(it runs each line's tail as a command). Force CRLF so an editor or a checkout
#
under autocrlf=input can't silently break the daslang MCP vcvars launcher.
*
.cmd
text
eol
=
crlf
*
.bat
text
eol
=
crlf
#
dasClangBind generated bindings: emit LF on every platform. The mingw
#
CI worker re-runs bind_clangbind.das to detect regen drift; without
#
eol=lf, autocrlf-true on the Windows runner checks out CRLF and the
#
regen (which writes LF) reports every line as changed.
modules
/
dasClangBind
/
src
/
*
.cpp
text
eol
=
lf
modules
/
dasClangBind
/
src
/
*
.h
text
eol
=
lf
modules
/
dasClangBind
/
src
/
*
.inc
text
eol
=
lf
Back
|
FazBrowse Home
|
New Git URL