Comment things in ignore file.

This commit is contained in:
Oliver Davies 2015-11-04 21:39:10 +00:00
parent 26aaab5242
commit f8c0534674

View file

@ -1,4 +1,4 @@
.vagrant # Ignore archive files.
*.7z *.7z
*.dmg *.dmg
*.gz *.gz
@ -6,14 +6,26 @@
*.rar *.rar
*.tar *.tar
*.zip *.zip
# Ignore database exports.
*.sql *.sql
# Ignore (most) dotfiles.
.* .*
!.htaccess !.htaccess
!.git* !.git*
!.nojekyll !.nojekyll
# Ignore patch files and interdiffs.
*.patch *.patch
*.diff *.diff
*.rej *.rej
*.orig *.orig
*.sublime-*
interdiff*.txt interdiff*.txt
# Ignore Vagrant files.
.vagrant
# Ignore IDE and text editor files.
.idea/
*.sublime-*