Skip to content

Commit f6e5179

Browse files
author
Benjamin Moody
committed
Add .gitattributes file.
Mark Python source files as "diff=python" to show the correct function names, and mark various types of binary files as binary to avoid attempting to diff/merge them.
1 parent 6be3066 commit f6e5179

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*.py diff=python
2+
3+
*.anI binary
4+
*.atr binary
5+
*.d[0-9] binary
6+
*.dat binary
7+
*.edf binary
8+
*.gz binary
9+
*.mat binary
10+
*.qrs binary
11+
*.wabp binary
12+
*.wav binary
13+
*.wqrs binary
14+
*.xyz binary

0 commit comments

Comments
 (0)