first commit

This commit is contained in:
Dave Morriss
2022-11-19 21:27:51 +00:00
commit 3c4d96db1b
15 changed files with 4682 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# Ignore vim backup and swap files
*~
*.swp
# Ignore test audio files
*.flac
*.mp3
*.ogg
*.spx
*.wav
*.opus
*.FLAC
*.MP3
*.OGG
*.SPX
*.WAV
*.OPUS
# Playing with image files, so don't want to save them
*.png
*.jpg
*.gif
*.svg
# Odds and ends
*.pdf
*.json
*.BAK
# LibreOffice lock files
.~lock*
#
*.csv
#
# Directories
# -----------
# These directories are either managed locally or are not wanted in the
# repository.
#
feed_cache/
reportedashtml/
#
# Files
# -----
# No need to track tags (ctags) files
#
tags
# link to the master file
.pdmenurc
# SQLte Browser project file
*.sqbpro
# Saved HTML
feedWatcher.html_*
Journal.html
README.html
index.html