Skip to content

Commit 4c60979

Browse files
committedNov 8, 2015
Rewrite GPS handling. Lots of other clean up.
·
1.71.3-beta
1 parent dd27f99 commit 4c60979

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4533
-2477
lines changed
 

‎.gitattributes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@
2828
*.desktop text
2929
*.conf text
3030
*.rc text
31+
*.spec text
32+
*.bat text
33+
*.1 text
34+
*.md text
35+
COPYING text
36+
Makefile* text
37+
README* text
3138

3239
*.ico binary
3340
*.png binary
3441

35-
Makefile* text

‎.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ z*
66
*~
77
*.xlsx
88
*.stackdump
9+
direwolf.conf
10+
*.wav
11+
fsk_fast_filter.h
12+
913

1014
# Object files
1115
*.o

0 commit comments

Comments
 (0)