https://github.com/geodynamics/aspect
Raw File
Tip revision: 7e867c1f3ae18b4869f32f42694e83e30e7e5051 authored by Timo Heister on 11 January 2021, 19:20:39 UTC
Merge pull request #3946 from gassmoeller/fix_changelog
Tip revision: 7e867c1
.gitignore
*#
*~
/**/CMakeCache.txt
/**/CMakeFiles/
/**/cmake_install.cmake
/.cproject
/.project
/.settings
/compile_commands.json
/.vscode/
/AspectConfig.cmake
/CMakeLists.txt.user*
/CTestTestfile.cmake
/Makefile
/aspect
/benchmarks/**/CMakeCache.txt
/benchmarks/**/CMakeFiles/
/benchmarks/**/Makefile
/benchmarks/**/cmake_install.cmake
/benchmarks/**/lib*.so
/benchmarks/**/aspect
/benchmarks/**/temp.prm
/benchmarks/tangurnis/*/*csv
/benchmarks/tangurnis/*/solution*
/build*/
/cmake_install.cmake
/cookbooks/**/*.prm.out
/cookbooks/**/lib*.so
/cookbooks/**/Makefile
/cookbooks/**/aspect
/detailed.log
/doc/aspect.dox
/doc/aspect.tag
/doc/deal.tag
/doc/doxygen/
/doc/manual.pdf
/doc/manual/manual.aux
/doc/manual/manual.bbl
/doc/manual/manual.blg
/doc/manual/manual.log
/doc/manual/manual.out
/doc/manual/manual.toc
/doc/manual/prmindex.idx
/doc/manual/prmindex.ilg
/doc/manual/prmindex.ind
/doc/manual/prmindexfull.idx
/doc/manual/prmindexfull.ilg
/doc/manual/prmindexfull.ind
/doc/manual/cookbooks/**/*.out
/doc/modules/changes.h
/**/output*/
/tests/CMakeFiles/
/tests/CTestTestfile.cmake
/tests/Makefile
/tests/cmake_install.cmake
/tests/*.x.prm
/tests/lib*.so
/Testing

# used for clion:

.idea/
cmake-build-debug/
back to top