forked from libprima/prima
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
75 lines (64 loc) · 1.16 KB
/
.gitattributes
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Configuration files
*.ini text
*.cfg text
./MANIFEST.in text
# MATLAB sources
*.m text diff=matlab
# VIM sources
*.vim text eol=lf
.vimrc text eol=lf
.gvimrc text eol=lf
# Python sources
*.py text diff=python
*.pxd text diff=python
*.pyx text diff=python
*.pyi text diff=python
# C/C++ sources
*.c text diff=c
*.h text diff=c
*.cc text diff=cpp
*.cxx text diff=cpp
*.cpp text diff=cpp
*.hpp text diff=cpp
*.hh text diff=cpp
# Fortran sources
*.f text diff=fortran
*.for text diff=fortran
*.f90 text diff=fortran
*.f95 text diff=fortran
*.f03 text diff=fortran
# Documents
*.md text diff=markdown
*.txt text
*.rst text
*.pdf binary
*.css text diff=css
*.html text diff=html
# Graphics
*.png binary
*.ico binary
*.dia binary
*.gif binary
*.odg binary
*.svg binary
*.fig text
*.eps text
# Scripts
*.sh text eol=lf
*.sed text
*.bat text eol=crlf
*.cmd text eol=crlf
# Serialisation
*.json text
*.toml text
*.xml text
*.yaml text
*.yml text
# Data files
*.csv text
*.pkl binary
*.fits binary
*.npy binary
*.npz binary
# Version files for git archive
.git-archival.txt export-subst