Skip to content

Commit

Permalink
Adjust and comment .gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Oct 25, 2014
1 parent 574fa22 commit ae0d66d
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
caches/
backups/
link/.ssh/authorized_keys
link/.ssh/id_*
link/.ssh/known_hosts
link/.vim/plugged
link/.rbenv/shims/
link/.rbenv/versions/
link/.rbenv/version
# Lots of junk goes in here.
/caches/
/backups/

# Top secret stuff!
/link/.ssh/authorized_keys
/link/.ssh/id_*
/link/.ssh/known_hosts

# Don't commit Vim plugins, vim-plug will install them.
/link/.vim/plugged

# Don't commit rbenv temp files.
/link/.rbenv/shims/
/link/.rbenv/versions/
/link/.rbenv/version

# Ignore any file with LOCAL in the name (good for per-machine vars/functions)
*LOCAL*

0 comments on commit ae0d66d

Please sign in to comment.