forked from MRChemSoft/mrchem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
30 lines (24 loc) · 991 Bytes
/
.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
*.tar.gz binary
*.npy binary
*.zip binary
*.png diff=exif
config.h.in licensefile=.githooks/LICENSE-C++
version.h.in licensefile=.githooks/LICENSE-C++
src/*.h licensefile=.githooks/LICENSE-C++
src/*.cpp licensefile=.githooks/LICENSE-C++
src/*/*.h licensefile=.githooks/LICENSE-C++
src/*/*.cpp licensefile=.githooks/LICENSE-C++
src/*/*/*.h licensefile=.githooks/LICENSE-C++
src/*/*/*.cpp licensefile=.githooks/LICENSE-C++
python/mrchem.in licensefile=.githooks/LICENSE-Python
python/mrchem/*.py licensefile=.githooks/LICENSE-Python
python/mrchem/config.py.in licensefile=.githooks/LICENSE-Python
pilot/*.h licensefile=.githooks/LICENSE-C++
pilot/*.cpp licensefile=.githooks/LICENSE-C++
pilot/mrchem.in licensefile=.githooks/LICENSE-Python
tests/*.h licensefile=.githooks/LICENSE-C++
tests/*.cpp licensefile=.githooks/LICENSE-C++
tests/*/*.h licensefile=.githooks/LICENSE-C++
tests/*/*.cpp licensefile=.githooks/LICENSE-C++
cmake/update.py !licensefile
cmake/autocmake/*.py !licensefile