Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
add IDE specific files to .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
  • Loading branch information
Madhu-1 committed Sep 14, 2018
1 parent 3fb301d commit 93d2433
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ glusterd2/xlator/xlator-checker/xlator-checker
.vagrant/
# Ignore vendored dependencies
vendor/
#Ignore vscode ide files
.vscode
# Ignore build and release directories
build/
releases/
Expand All @@ -22,4 +24,20 @@ VERSION
endpoints.json
generate-doc
# Ignore vi backup files
*~
*~
# Ignore patches.
*.patch
# Eclipse files
.classpath
.project
.settings/**
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist

0 comments on commit 93d2433

Please sign in to comment.