forked from flow123d/flow123d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
90 lines (76 loc) · 1.58 KB
/
.gitignore
File metadata and controls
90 lines (76 loc) · 1.58 KB
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
config.cmake
profiler_info*[.log, .json, .txt]
flow*.log
*.orig.*
*.orig
unit_tests/*/makefile
unit_tests/makefile
unit_tests/fields/speed_test_*.log
unit_tests/output/*.pvd
unit_tests/output/*.msh
unit_tests/output/*.yaml
unit_tests/output/test?/
unit_tests/system/tokenizer_speed.txt
unit_tests/tools/tg_steps.yaml
unit_tests/intersection/output_intersection*.msh
bin/tests/makefile
tests/*/test_results
tests/*/output
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
build_tree
*~
*.kate-swp
*.kdev4
*.orig
*.backup
doc/reference_manual/*.aux
doc/reference_manual/flow123d_doc.pdf
doc/reference_manual/add_to_ref_doc.*
doc/reference_manual/*.brf
doc/reference_manual/input_reference_raw.tex
doc/reference_manual/*.bbl
doc/reference_manual/*.blg
doc/reference_manual/*.out
doc/reference_manual/*.synctex.gz
doc/reference_manual/*.toc
doc/reference_manual/flow_version.tex
doc/reference_manual/tutor_figures/*
doc/reference_manual/*.yaml
doc/reference_manual/input_reference.json
doc/reference_manual/input_reference.json.tex
.cproject
.project
.settings
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*python.log
*.runtest.log*
/.idea/
bin/pythonenv.sh
/config/jenkins.ini
/config/jenkins-job/jenkins.ini
# add test results to ignore
/tests/*/test_results*
/tests/*/output
# artifact folder
/.artifacts*
# folder containing symlink to python sources
/lib
/publish
/bin/exec_parallel
/unit_tests/test_scripts/consumer_cc
/bin/python/jenkins_jobs_script.py
/docker.sh
/bench_data
# build dirs
/build-*
# IDEs
/.vscode
/.clang-format