forked from ynoproject/ynoengine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (31 loc) · 959 Bytes
/
Copy path.gitattributes
File metadata and controls
35 lines (31 loc) · 959 Bytes
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
* text=auto
*.cpp text
*.h text linguist-language=C++
*.md text
*.cmake text
*.py text
*.rb text
*.sh text
*.bat text eol=crlf
# external sources
tests/doctest.h -diff linguist-vendored
src/external/* -diff linguist-vendored
src/midiprogram.h -diff linguist-vendored
src/midisequencer.* -diff linguist-vendored
src/midisynth.* -diff linguist-vendored
CMakePresets.json -diff linguist-generated
src/generated/* -diff linguist-generated
.gitattributes export-ignore
.gitignore export-ignore
/.github/ export-ignore
/.tx/ export-ignore
.editorconfig export-ignore
/builds/cmake/.git-hash export-subst
#TODO? .gitmodules export-ignore
#TODO? /builds/libretro/ export-ignore
#TODO: Android is usually built from git, but maybe keep it (e.g. f-droid)?
/builds/android/ export-ignore
/builds/flatpak/ export-ignore
/builds/snap/ export-ignore
/builds/release-helper.sh export-ignore
/builds/make-dist.sh export-ignore