mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
88d2c52d10
When creating an archive, the GitHub repository and VCS-specific files are now ignored. The diff "hunk header" is customized for C/C++ [1]. [1]: https://git-scm.com/docs/gitattributes#_defining_a_custom_hunk_header
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
.git* export-ignore
|
|
.hg* export-ignore
|
|
*.c diff=cpp
|
|
*.cpp diff=cpp
|
|
*.h diff=cpp
|