galmon/.gitignore

56 lines
548 B
Plaintext
Raw Normal View History

# - created by protoc
2019-08-12 17:15:25 -06:00
navmon.pb.cc
navmon.pb.h
# - created by Makefile
navcat
navdisplay
navdump
navnexus
navrecv
testrunner
tlecatch
ubxtool
# - created by update-tles
active.txt
beidou.txt
galileo.txt
glo-ops.txt
gps-ops.txt
# - git version internals
githash.h
#
2019-08-12 17:15:25 -06:00
*.csv
2019-07-21 08:09:11 -06:00
# Prerequisites
*.d
2019-08-07 07:39:45 -06:00
*~
2019-07-21 08:09:11 -06:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app