Skip to content

Commit 05b93bd

Browse files
committed
add more files on .gitatttrs
1 parent 160a074 commit 05b93bd

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.gitattributes

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Basic .gitattributes for a python repo.
22

3+
34
# Source files
45
# ============
56
*.pxd text diff=python
@@ -9,6 +10,12 @@
910
*.pyx text diff=python
1011
*.pyz text diff=python
1112

13+
14+
# Recipes
15+
# =======
16+
*.yml text
17+
18+
1219
# Binary files
1320
# ============
1421
*.db binary
@@ -19,10 +26,18 @@
1926
*.pyd binary
2027
*.pyo binary
2128

22-
# Jupyter notebook
23-
*.ipynb linguist-documentation
24-
2529
# Note: .db, .p, and .pkl files are associated
2630
# with the python modules ``pickle``, ``dbm.*``,
2731
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
2832
# (among others).
33+
34+
*.gif binary
35+
*.jpeg binary
36+
*.jpg binary
37+
*.png binary
38+
*.svg binary
39+
40+
41+
# Jupyter notebook
42+
*.ipynb linguist-documentation
43+

0 commit comments

Comments
 (0)