Skip to content

Commit

Permalink
Ignore Rust-specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinSuttle committed Apr 6, 2018
1 parent 088e539 commit f7935ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ fish/fishd.*
*.padl
.rbenv
*.ssb
.viminfo
.yarnrc
.zcompdump

Expand All @@ -66,6 +65,7 @@ code/
.bundle/
.cargo/
.config/
.cargo/
.docker/
.electron/
.gem/
Expand All @@ -87,3 +87,4 @@ code/
.ssh
.gitconfig.local
.*.log
.viminfo
3 changes: 1 addition & 2 deletions extras
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ export NVM_DIR="$HOME/.nvm"
if which ruby >/dev/null && which gem >/dev/null; then
PATH="$(ruby -rubygems -e 'puts Gem.user_dir')/bin:$PATH"
fi

eval "$(rbenv init -)"
export PATH="$HOME/.cargo/bin:$PATH"

0 comments on commit f7935ae

Please # to comment.