Skip to content

Commit 2b2c322

Browse files
committed
ignore all nmea files
1 parent a5e8b04 commit 2b2c322

2 files changed

Lines changed: 11 additions & 3232 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ results/*
3636
# Include unit test NMEA files
3737
!data/unit_test/*/*.nmea
3838

39+
# Ignore downloaded broadcast ephimerides files by default
40+
*.*n
41+
*.*o
42+
*.*g
43+
*.rnx
44+
# Include unit test files for broadcast ephemerides
45+
!data/unit_test/*/*.*n
46+
!data/unit_test/*/*.*o
47+
!data/unit_test/*/*.*g
48+
!data/unit_test/*/*.rnx
49+
3950
########################################
4051
##### Common Python and IDE files ######
4152
########################################

0 commit comments

Comments
 (0)