forked from bh107/benchpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
31 lines (28 loc) · 847 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
.idea
*.dot
*.pyc
build/
dist/
benchmarks/**/bin
MANIFEST
bh-job-*
*.mdb
benchpress.egg-info
benchmarks/_utils/cil/Utilities/obj
benchmarks/black_scholes/cil/src/obj
benchmarks/black_scholes/cs_cil/src/obj
benchmarks/black_scholes/csharp_numcil/src/obj
benchmarks/heat_equation/csharp_numcil/src/obj
benchmarks/heat_equation_fixed/csharp_numcil/src/obj
benchmarks/jacobi/csharp_numcil/src/obj
benchmarks/jacobi_fixed/csharp_numcil/src/obj
benchmarks/jacobi_solve/csharp_numcil/src/obj
benchmarks/jacobi_stencil/csharp_numcil/src/obj
benchmarks/nbody/csharp_numcil/src/obj
benchmarks/nbody_nice/csharp_numcil/src/obj
benchmarks/reactiondiffusion/csharp_numcil/src/obj
benchmarks/shallow_water/csharp_numcil/src/obj
benchmarks/xraysim/python_numpy/materials
doc/source/autodoc_benchmarks/*.rst
doc/source/autodoc_usage_commands/*.txt
*.userprefs