Add page revisions to gitignore

This commit is contained in:
Starbeamrainbowlabs 2016-06-03 08:41:35 +01:00
parent b8f680a2bf
commit 05512d0c96
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,8 +1,10 @@
# All wiki pages
*.md
# All the previous revisions
*.md.r*
# Include the README
!README.md
# .. but ignore READMEs in the build folder
# ...but ignore READMEs in the build folder
build/README.md
# And the Module API Docs
!Module_API_Docs.md