forked from anoved/Ground-Track-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
29 lines (24 loc) · 765 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
# Ignore executable, intermediate object code, and libraries
/gtg
*.o
*.a
# Ignore test files unless explicitly added as examples
/test
# Ignore Reference directory (contains TLE/SGP4 documentation and papers)
/Reference
# Ignore OS litter
.DS_Store
# Ignore libsgp4 aclocal/automake/configure-specific files & settings
/Libraries/sgp4/Makefile
/Libraries/sgp4/autom4te.cache/requests
/Libraries/sgp4/config.log
/Libraries/sgp4/config.status
/Libraries/sgp4/libsgp4/Makefile
/Libraries/sgp4/passpredict/Makefile
/Libraries/sgp4/runtest/Makefile
/Libraries/sgp4/sattrack/Makefile
# Ignore binary utilities built with libraries
/Libraries/sgp4/passpredict/passpredict
/Libraries/sgp4/runtest/runtest
/Libraries/sgp4/sattrack/sattrack
/Libraries/shapelib/dbfdump