forked from gromacs/gromacs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
63 lines (63 loc) · 2.89 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
# Generic rules
*.c filter=complete_formatting gmx-doxygen
*.cpp filter=complete_formatting gmx-doxygen
*.cu filter=complete_formatting
*.cl filter=complete_formatting
*.h filter=complete_formatting gmx-doxygen
*.cuh filter=complete_formatting
*.clh filter=complete_formatting
CMakeLists.txt filter=copyright
*.cmake filter=copyright
*.cmakein filter=copyright
*.py filter=copyright
*.l filter=copyright includesort
*.y filter=copyright includesort
*.pre filter=copyright includesort
*.tex filter=copyright
*.bm filter=copyright
# Exceptions: extra files to include
admin/*.sh filter=copyright
admin/git-pre-commit filter=copyright
# Exceptions: files to exclude
*.pc.cmakein !filter
cmake/CheckC*CompilerFlag.cmake !filter
cmake/FindBLAS.cmake !filter
cmake/FindLAPACK.cmake !filter
cmake/ThreadMPI.cmake !filter
cmake/*.c -filter -gmx-doxygen
cmake/*.cpp -filter -gmx-doxygen
cmake/*.c.cmakein !filter
cmake/*.h !filter
cmake/*.cu !filter
cmake/*.cuh !filter
docs/doxygen/Doxyfile-*.cmakein !filter
docs/doxygen/*.cpp !filter
docs/doxygen/examples/*.cpp filter=clangformat
docs/doxygen/examples/*.c filter=clangformat
docs/manual/UseLATEX.cmake !filter
scripts/GMXRC.* !filter
scripts/make_gromos_rtp.py !filter
share/template/template.cpp filter=copyright
share/template/README.cmakein !filter
src/gromacs/linearalgebra/gmx_blas/* -filter -gmx-doxygen
src/gromacs/linearalgebra/gmx_lapack/* -filter -gmx-doxygen
src/gromacs/selection/parser.cpp -filter -gmx-doxygen
src/gromacs/selection/parser.h -filter -gmx-doxygen
src/gromacs/selection/scanner.cpp -filter -gmx-doxygen
src/gromacs/selection/scanner_flex.h -filter
src/api/cpp/*cpp filter=clangformat
src/api/cpp/tests/*cpp filter=clangformat
*.eps binary
*.jpg binary
*.svg binary
*.png binary
*.pdf binary
*.ogl binary
*.gif binary
*.jpg binary
*.tpr binary
*.trr binary
*.tng binary
*.xtc binary
*.edr binary
*.cpt binary