Update .gitignore to add some ide generated files

Signed-off-by: Haoran Wang <haowang@redhat.com>
This commit is contained in:
Haoran Wang 2018-02-13 10:34:13 +08:00
parent ebb88f9a67
commit 508a202a69
1 changed files with 14 additions and 0 deletions

14
.gitignore vendored
View File

@ -16,3 +16,17 @@ Vagrantfile
.vagrant/
.vscode/
# Eclipse files
.classpath
.project
.settings/**
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
# Emacs save files
*~
\#*\#
.\#*