forked from idaholab/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (49 loc) · 783 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
.DS_Store
lib
build
.libs
*.lo*
mastodon-*
.previous_test_results.json
include/base/MastodonRevision.h
unit/include/base/Mastodon-unitRevision.h
yaml_dump_mastodon-*
syntax_dump_mastodon-*
*.e
*.e-s*
*.csv
*.vtk
*.vtu
*.pvtu
*.png
peacock_run_exe_tmp.i
*.*~*
.failed_tests
*.processor.*
# Python
*.py
*.pyc
!python/**/*.py
**/.ipynb_checkpoints
# Allow certain files in gold directories
!**/gold/*.e
!**/gold/*.e-s*
!**/gold/*.csv
!**/gold/*.vtk
!**/gold/*.vtu
!**/gold/*.pvtu
# Don't include doc/js or doc/css, these are copied from MOOSE
doc/js
doc/css/*
# Ignore generated documentation
*.moose.md
*.moose.yml
*.moose.svg
site
# Doxygen
doc/doxygen/html
# Allow images in media directory
!doc/content/media/**/*.png
# Allow CSV in data directory
!tests/data/**/*.csv