-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
90 lines (71 loc) · 1020 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
*.s
*.o
*.i90
*.mod
*.swp
*.optrpt
*.pyc
bin/*
ini/*
lib/*
src/preprocflags.f90
*~
build*/
!builds.ini
share/*
tmp*/
piclas
# latex
*.aux
*.log
*.synctex.gz
# user/dev guide
userguide.pdf
developerguide.pdf
# when building the user/dev guide, a new template might be created
template.tex
# read the docs stuff
_build/
# Doxygen
doxygen/
# regression test
regressioncheck/*
output_dir_gitlab_tool/
output_dir/
reggie_run/
# core dump files
core
# temporary files from programs in the tools directory
.createCylinderHOPR.json
# temporary files of the paraview plugin
.flexi.ini
# hopr debug files
sfc.dat
# visualization files
*.vtu
*.h5
# paraview layouts
*.pvsm
# piclas debug files
out.*.dat
*.out
# cmake temporary files
userblock.tmp
*f90.orig
commit.h
CMakeCache.txt
ctags.txt
CMakeFiles/
tags
.tags
# comma separated files
*.csv
# doxygen build folder
doxygen/
# unit test
unitTests/bin/
# gitlab-ci-local temp files and folders
.gitlab-ci-local/
reggie/
# pyenv project settings
.python-version