Ignoring log files with gitignore now

This commit is contained in:
Dustin Swan
2012-10-12 13:22:57 -05:00
parent 46f605a1bb
commit 687bc3b608

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
*.log
vim/.netrwhist
vim/bundle/*
!vim/bundle/vundle/*