Update .gitignore to include the .github folder

This commit is contained in:
yueh 2016-10-24 11:55:35 +02:00
parent a1ae91af76
commit 31ce7882b8

4
.gitignore vendored
View file

@ -13,7 +13,6 @@
# include markdowns
!README.md
!LICENSE
!CONTRIBUTING.md
# include sourcecode
!src/
@ -24,3 +23,6 @@
# code format to reduce noise in git commits
!codeformat/
# Github specific files and directories
!.github/