Add gitignore file

This commit is contained in:
Bill Niblock 2021-03-07 17:13:46 -05:00
parent c10b847e81
commit 32c07cd99c

42
.gitignore vendored Normal file
View file

@ -0,0 +1,42 @@
# Compiled source #
*.com
*.class
*.dll
*.exe
*.o
*.so
# Local configuration #
*.yardoc
*.env
# Packages #
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
*.log
*.sql
*.sqlite
*.db
# OS generated files #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Vim Related #
*.swp
.netrwhist
*.un~
tags