Add gitignore

Signed-off-by: Hoverbear <operator@hoverbear.org>
This commit is contained in:
Hoverbear 2018-11-13 09:48:12 -08:00
parent db5d4ef3ca
commit d8c604394f
1 changed files with 30 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@ -0,0 +1,30 @@
# OSX leaves these everywhere on SMB shares
._*
# OSX trash
.DS_Store
# Eclipse files
.classpath
.project
.settings/**
# Vim swap files
*.swp
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
out/
# Vscode files
.vscode/**
target
tmp
/bin
Cargo.lock
*.rs.bk
*.rs.fmt