-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitattributes
47 lines (40 loc) · 1.46 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
# documentation files
*.vert linguist-detectable=false
*.frag linguist-detectable=false
*.html linguist-detectable=false
*.js linguist-detectable=false
*.tex linguist-detectable=false
*.css linguist-detectable=false
*.scss linguist-detectable=false
# CUDA headers
*.cuh linguist-language=cuda
# C headers
*.h linguist-language=c
# datasets
*.csv linguist-detectable=false
*.pdf linguist-detectable=false
*.tsv linguist-detectable=false
*.data linguist-detectable=false
*.gz linguist-detectable=false
# CMake
CMakeLists.txt linguist-language=cmake
cmake_uninstall.cmake.in linguist-language=cmake
tests/CMakeLists.txt linguist-language=cmake
# Python API generated files
versioneer.py linguist-detectable=false
pygpmp/_version.py linguist-detectable=false
pygpmp/_version.py export-subst
pygpmp/__init__.py linguist-detectable=false
pygpmp/arithmetic/__init__.py linguist-detectable=false
pygpmp/arithmetic/arithmetic.py linguist-detectable=false
pygpmp/calculus/__init__.py linguist-detectable=false
pygpmp/calculus/calculus.py linguist-detectable=false
pygpmp/core/__init__.py linguist-detectable=false
pygpmp/core/core.py linguist-detectable=false
pygpmp/linalg/__init__.py linguist-detectable=false
pygpmp/linalg/boost/test_linalg.py linguist-detectable=false
pygpmp/linalg/linalg.py linguist-detectable=false
pygpmp/ml/__init__.py linguist-detectable=false
pygpmp/ml/ml.py linguist-detectable=false
pygpmp/nt/__init__.py linguist-detectable=false
pygpmp/nt/nt.py linguist-detectable=false