Git: Specify files to ignore

This commit is contained in:
Eric Lippmann 2013-05-29 17:43:20 +02:00
parent 4d6a50faa7
commit 8675ac3713
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Exclude all hidden files
.*
# But not .gitignore and .vagrant-puppet
!.gitignore
!.vagrant-puppet