-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (69 loc) · 1.08 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
# Ignore possible build & documentation
docs/_build/
build/
build-*
*egg-info/
build_nuc_data/
pyne/include/
src/atomic_data.cpp
src/atomic_data.h
src/*.tar.gz
*.s
# Ignore temp files
*.pyc
*.save
*.bak
.*.swp
*~
*.o
*.mod
*.so
# Ignore Cython'd files
pyne/*.c
pyne/*.cpp
pyne/*/*.cpp
# Ignore data &binary files
*.h5
*.ace
# Ignore specific files
examples/BASE_TAPE9.INP
examples/*.txt
examples/*.eps
examples/*.svg
examples/*.png
examples/*.h5m
tests/test.file
tests/test.txt
tests/U233.txt
tests/U235.txt
tests/Ni59.txt
tests/Mo.txt
tests/Xe.txt
tests/Zn.txt
tests/98AK04.in
tests/ELE.in
tests/alara.txt
tests/mcnp_mass_fracs.txt
tutorial/Ni59.txt
docs/rxname_listing
.ipynb_checkpoints
rs.cred
src/cram.h
src/cram.c
src/decay.h
src/decay.cpp
tests/fort.8
tests/endftape.100
tests/test_fluka_data.h5m
tests/epdl97_eedl_Pb
# Rever
rever/
# exceptions for test files
!tests/files_test_activation_responses/activation_responses_examples/*.h5
!tests/files_test_openmc/*.h5
.vscode
# ignore version file generated from pyne_version.py
src/pyne_version.h
# ignore amalgamated source
pyne.cpp
pyne.h