-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (39 loc) · 690 Bytes
/
.gitignore
File metadata and controls
39 lines (39 loc) · 690 Bytes
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
*.o
*.mod
*~
*.so
python/build/
main/oorb
main/ephemeris_linking
main/orbit_linking
data/JPL_ephemeris/asc2eph
data/JPL_ephemeris/de405.dat
data/JPL_ephemeris/ephtester
data/JPL_ephemeris/testpo.405
data/JPL_ephemeris/ascp*.405
data/JPL_ephemeris/ascii.405
data/JPL_ephemeris/header.405*
data/de405.dat
Makefile.include
prefix.h
prefix.include
data/JPL_ephemeris/de430.dat
data/JPL_ephemeris/ephtester
data/JPL_ephemeris/testpo.430
data/JPL_ephemeris/ascp*.430
data/JPL_ephemeris/ascii.430
data/JPL_ephemeris/header.430*
data/de430.dat
VERSION
__pycache__
.pytest_cache
bin/
lib/
build/_pyoorb_build/
build/*.pyf
build/version.h
python/pyoorb.name
python/pyoorb.sp_dir
*.gcov
*.gcda
*.gcno