Skip to content

Commit

Permalink
chore: code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrook committed Nov 19, 2023
1 parent 37dc519 commit 3237cba
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,5 +1,7 @@
.svn/
.vscode/
.vscodex/
.vs/
*.swp
*.o
*.obj
Expand Down Expand Up @@ -28,3 +30,4 @@ src/VERSIONID
/notes/
/linux/debug/
/linux/release/
/wxtest
2 changes: 2 additions & 0 deletions regression_tests/.gitignore
@@ -1 +1,3 @@
out/
updatetest
viewtest
2 changes: 2 additions & 0 deletions regression_tests/test
@@ -0,0 +1,2 @@
#!/bin/sh
perl testall.pl $*
2 changes: 1 addition & 1 deletion src/snaplist/config/snaplist/snaplist.tbf
@@ -1,4 +1,4 @@
! Configuration file for listgps
! Configuration file for snaplist

! Anything between text and end_text gets printed verbatim

Expand Down
2 changes: 1 addition & 1 deletion src/snaplist/config/snaplist/stations.tbf
@@ -1,4 +1,4 @@
! Configuration file for listgps
! Configuration file for snaplist

! Anything between text and end_text gets printed verbatim

Expand Down
3 changes: 3 additions & 0 deletions tools/lapg/.gitignore
@@ -0,0 +1,3 @@
lapg
src/defaults.cpp
src/txt2c++

0 comments on commit 3237cba

Please sign in to comment.