forked from NanoComp/meep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
90 lines (86 loc) · 1.18 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
*.tar.gz
*.exe
*.dll
*.do
*.o
*.lo
*.a
*.la
*.dylib
*.dSYM
*.zip
*.native
_build
# autotools stuff
Makefile
Makefile.in
.deps
.libs
stamp-h*
install-sh
libtool
ltmain.sh
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
configure
config.*
autom4te.cache
INSTALL
aclocal.m4
depcomp
missing
py-compile
compile
test-driver
# other generated files
gen-ctl-io
ctl-io.c
ctl-io.h
libctl/ctl-io.cpp
libctl/ctl-io.i
libctl/geom.cpp
libctl/main.cpp
libctl/meep
libctl/meep-enums.scm
libctl/meep.scm
libctl/meep_enum_renames.i
libctl/meep_renames.i
libctl/meep_swig_bug_workaround.i
libctl/meep_wrap.cxx
meep-pkgconfig
meep.pc
src/sphere-quad.h
src/sphere_quad
src/step_generic_stride1.cpp
# test programs
tests/2D_convergence
tests/aniso_disp
tests/aniso_disp.log
tests/aniso_disp.trs
tests/bench
tests/bench.log
tests/bragg_transmission
tests/convergence_cyl_waveguide
tests/cylindrical
tests/flux
tests/h5test
tests/harmonics
tests/integrate
tests/known_results
tests/near2far
tests/one_dimensional
tests/physical
tests/pml
tests/stress_tensor
tests/symmetry
tests/three_d
tests/two_dimensional
tests/*.trs
tests/*.log
tests/latest_output
# output files
examples/*.h5
examples/*.png