sgp4/.hgignore

28 lines
433 B
Plaintext
Raw Normal View History

2011-12-31 16:42:18 +00:00
# Exact paths to config junk
^INSTALL$
^aclocal.m4$
2012-10-11 18:52:51 +00:00
#^configure$
2011-12-31 16:42:18 +00:00
^(config.guess|config.sub|depcomp|install-sh|ltmain.sh|missing)$
^config.(log|status)$
^autom4te.cache$
# Build artifacts
^libsgp4/libsgp4.a$
^passpredict/passpredict$
^runtest/runtest$
^sattrack/sattrack$
.(deps|libs)/*$
.cmp$
autom4te.cache/*$
2012-10-11 18:52:51 +00:00
doxygen/*$
2011-12-31 16:42:18 +00:00
Makefile(.in)?$
.(deps|libs)$
\.l?o$
# Merged files
\.orig$
# Backup files
.*~$