forked from dealii/dealii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (48 loc) · 865 Bytes
/
.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
/*build*
/code-gallery
# eclipse
/.cproject
/.project
qtcreator/
# visual studio code
/.vscode
# qt creator
CMakeLists.txt.user
# clangd
/.cache
/.clangd
# misc
/compile_commands.json
/.clang_complete
/contrib/utilities/programs
# temporary and backup files
*~
*#
*.swp
# MacOS self-generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# configuration, executable, and output files from examples
examples/step-*/*dat
examples/step-*/*eps
examples/step-*/*gmv
examples/step-*/*gnuplot
examples/step-*/*json
examples/step-*/*png
examples/step-*/*pvd
examples/step-*/*svg
examples/step-*/*tex
examples/step-*/*visit
examples/step-*/*vtk
examples/step-*/*vtu
examples/step-*/CMakeFiles/
examples/step-*/Makefile
examples/step-*/CMakeCache.txt
examples/step-*/cmake_install.cmake
examples/step-*/step-?
examples/step-*/step-??