Skip to content

Commit

Permalink
Add global-gitignore to dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Jul 4, 2013
1 parent 2a07fd3 commit 1340621
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Create symlinks:
ln -s ~/dotfiles/jshintrc ~/.jshintrc ln -s ~/dotfiles/jshintrc ~/.jshintrc
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/gitconfig ~/.gitconfig ln -s ~/dotfiles/gitconfig ~/.gitconfig
ln -s ~/dotfiles/global-gitignore ~/.gitignore


I put Vim's backup and swap files in `~/tmp`, so that directory must exist. To I put Vim's backup and swap files in `~/tmp`, so that directory must exist. To
be sure, run: be sure, run:
Expand Down
4 changes: 4 additions & 0 deletions global-gitignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
.DS_Store?
Thumbs.db
*.un~

0 comments on commit 1340621

Please sign in to comment.