X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=.gitattributes;h=1f069f17776485f5a38735a0ae313c9eafb2b280;hb=07e8a2a25ab5a62f63af77fe0dd1405cd41ee5ce;hp=af6711a0b682cef2b80dc3afdc2e15349d66ef56;hpb=00638ed3313bcf7cd5ebe37f807b7c62b858622a;p=alexxy%2Fgromacs.git diff --git a/.gitattributes b/.gitattributes index af6711a0b6..1f069f1777 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,20 +1,20 @@ # Generic rules -*.c filter=uncrustify -*.cpp filter=uncrustify +*.c filter=uncrustify gmx-doxygen +*.cpp filter=uncrustify gmx-doxygen *.cu filter=uncrustify -*.h filter=uncrustify +*.h filter=uncrustify gmx-doxygen *.cuh filter=uncrustify CMakeLists.txt filter=copyright *.cmake filter=copyright *.cmakein filter=copyright *.py filter=copyright -*.l filter=copyright -*.y filter=copyright -*.pre filter=copyright +*.l filter=includesort +*.y filter=includesort +*.pre filter=includesort *.tex filter=copyright *.bm filter=copyright # Exceptions: extra files to include -admin/uncrustify.sh filter=copyright +admin/*.sh filter=copyright admin/git-pre-commit filter=copyright # Exceptions: files to exclude *.pc.cmakein !filter @@ -23,24 +23,37 @@ cmake/FindBLAS.cmake !filter cmake/FindLAPACK.cmake !filter cmake/ThreadMPI.cmake !filter cmake/Platform/BluegeneQ*.cmake !filter -cmake/*.c !filter +cmake/*.c -filter -gmx-doxygen +cmake/*.cpp -filter -gmx-doxygen cmake/*.c.cmakein !filter -doxygen/Doxyfile-*.cmakein !filter -doxygen/*.cpp !filter -manual/UseLATEX.cmake !filter +docs/doxygen/Doxyfile-*.cmakein !filter +docs/doxygen/*.cpp !filter +docs/doxygen/examples/*.cpp filter=uncrustify_only +docs/doxygen/examples/*.c filter=uncrustify_only +docs/manual/UseLATEX.cmake !filter scripts/GMXRC.* !filter scripts/make_gromos_rtp.py !filter -src/contrib/* !filter -src/gromacs/gmxlib/gpu_utils/memtestG80_core.* !filter +src/contrib/* -filter -gmx-doxygen src/gromacs/gmxlib/nonbonded/preprocessor/gmxpreprocess.py !filter -**/thread_mpi/** filter=uncrustify_only -src/gromacs/gmxlib/thread_mpi/CMakeLists.txt !filter -src/gromacs/legacyheaders/thread_mpi.h filter=uncrustify_only -src/gromacs/legacyheaders/tmpi.h filter=uncrustify_only src/gromacs/linearalgebra/gmx_blas/* !filter src/gromacs/linearalgebra/gmx_lapack/* !filter -src/gromacs/selection/parser.cpp !filter -src/gromacs/selection/parser.h !filter -src/gromacs/selection/scanner.cpp !filter -src/gromacs/selection/scanner_flex.h !filter -nb_kernel_Elec* filter=copyright +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 +nb_kernel_Elec* filter=copyright -gmx-doxygen +nb_kernel*pre filter=copyright +*.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