forked from cyclus/cyclus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
78 lines (74 loc) · 1.05 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
*.sw*
*.orig
build
debug
doxygen.conf
platform.h
*.pdf
*.pyc
*.dvi
*.toc
*.aux
*.out
*.log
*.bbl
*.blg
*.log
*.spl
*~
*#
#*
*.zip
*.tex
*.s
src/Core/Utility/Env.cpp
src/cyclus_nuc_data.h5
stubs/stub_version.h
src/env.cc
src/version.cc
share/cyclus_nuc_data.h5
src/pyne_decay.h
src/pyne_decay.cc
src/hdf5_back.cc
src/hdf5_back.h
src/*.tar.gz
src/cram.c
src/cram.h
src/decay.cpp
src/decay.h
share/dbtypes.json
tests/db.h5
cyclus/cpp_typesystem.pxd
cyclus/typesystem.pxd
cyclus/typesystem.pyx
tests/libcyclus-orig.h5
tests/libcyclus-orig.sqlite
tests/libcyclus-test.h5
tests/libcyclus-test.sqlite
tests/dummy.json
tests/dummy.h5
tests/default-toaster.json
tests/default-toaster.h5
tests/attr-toaster-comapny.h5
tests/attr-toaster-comapny.json
tests/attr-toaster-region.h5
tests/attr-toaster-region.json
rs.cred
# Docker stuff
build-local/
Debug/
# generated cython ignores
*.cc.gen
*.cc.h
*.h.gen
src/eventhooks.cc
src/eventhooks.h
src/pyinfile.cc
src/pyinfile.h
src/pymodule.cc
src/pymodule.h
# this is copied over by the installer
cyclus/cycpp.py
# Rever
rever/
.vscode