https://github.com/geodynamics/aspect
Raw File
Tip revision: d729eb5bdac23f85f24075d6f076a8b2f47d8325 authored by Timo Heister on 30 June 2020, 18:54:08 UTC
version 2.2.0
Tip revision: d729eb5
.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