initial commit; gitignore

This commit is contained in:
brent s. 2020-07-31 12:46:46 -04:00
commit c0df7dabe1
Signed by: bts
GPG Key ID: 8C004C2F93481F6B

33
.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
# https://git-scm.com/docs/gitignore
# https://help.github.com/articles/ignoring-files
# Example .gitignore files: https://github.com/github/gitignore
*.bak
screenlog*
*.swp
*.lck
*~
.~lock.*
.editix
build_instructions
__pycache__/
build/
dist/
repomirror.egg-info/
repomirror/__pycache__/
repomirror/fetcher/__pycache__/
*.pyc
*.tar
*.tar.bz2
*.tar.xz
*.tar.gz
*.tgz
*.txz
*.tbz
*.tbz2
*.zip
*.run
*.7z
*.rar
*.sqlite3
*.deb
.idea/