We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e8b04 commit 2b2c322Copy full SHA for 2b2c322
2 files changed
.gitignore
@@ -36,6 +36,17 @@ results/*
36
# Include unit test NMEA files
37
!data/unit_test/*/*.nmea
38
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
+
50
########################################
51
##### Common Python and IDE files ######
52
0 commit comments