forked from mit-crpg/OpenMOC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
92 lines (78 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Installation
*.o
*.cxx
*.h.gch
*.so
*.pyc
*.o
*.cxx
*.h.gch
*.so
*~
build/*
dist/*
openmoc/openmoc.py
openmoc/openmoc_wrap.cpp
openmoc/cuda/openmoc_cuda.py
openmoc/cuda/openmoc_cuda_wrap.cpp
# TORQUE log files
*.pbs.e*
*.pbs.o*
# output files
log
tracks
plots
fission-rates
simulation-states
*.data
*.png
*.ppm
openmoc-*-.log
Openmp
*/penmp
penmoc
penmp-report
*/penmoc
*/penmp-report
*/*.egg-info/*
#Documentation
sphinx/
docs/build
docs/build/*
docs/doxygen/xml
docs/doxyge/xml/*
build/*
*/build/*
# PyCharm configuration files
.idea/*
*.DS_Store
*/*.DS_Store
# Use wildcards as well
# *~
*.swp
# C++ Build
profile/obj/*
profile/models/c5g7/c5g7-cmfd
profile/models/c5g7/c5g7-cmfd.o
profile/models/c5g7/c5g7
profile/models/c5g7/c5g7.o
profile/models/gradients/one-directional/one-directional-gradient
profile/models/gradients/one-directional/one-directional-gradient.o
profile/models/gradients/two-directional/two-directional-gradient
profile/models/gradients/two-directional/two-directional-gradient.o
profile/models/homogeneous/homogeneous-one-group
profile/models/homogeneous/homogeneous-one-group.o
# IPython Notebook
.ipynb_checkpoints/
# OpenMC input/output files
*.xml
statepoint*
summary*
# Test results error file
results_error.dat
results_test.dat
# Test build files
openmoc/
*.log
# Doxygen
docs/doxygen/html/*