forked from geodynamics/aspect
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
69 lines (66 loc) · 1.31 KB
/
.gitignore
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
64
65
66
67
68
69
*#
*~
/**/CMakeCache.txt
/**/CMakeFiles/
/**/cmake_install.cmake
/.cproject
/.project
/.settings
/compile_commands.json
/.vscode/
/.cache/
/AspectConfig.cmake
/CMakeLists.txt.user*
/CTestTestfile.cmake
/Makefile
/aspect
/benchmarks/**/*.prm.out
/benchmarks/**/CMakeCache.txt
/benchmarks/**/CMakeFiles/
/benchmarks/**/Makefile
/benchmarks/**/cmake_install.cmake
/benchmarks/**/lib*.so
/benchmarks/**/aspect
/benchmarks/**/aspect-debug
/benchmarks/**/aspect-release
/benchmarks/**/temp.prm
/benchmarks/tangurnis/*/*csv
/benchmarks/tangurnis/*/solution*
/build*/
/cmake_install.cmake
/cookbooks/**/*.prm.out
/cookbooks/**/lib*.so
/cookbooks/**/Makefile
/cookbooks/**/aspect
/cookbooks/**/aspect-debug
/cookbooks/**/aspect-release
/detailed.log
/doc/aspect.dox
/doc/aspect.tag
/doc/deal.tag
/doc/doxygen/
/doc/manual/svg-inkscape/
/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
/doc/parameter_view/parameters.xml.bak
/**/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/
# ninja temporary files (for plugins):
build.ninja
rules.ninja
.ninja_*