fix typos

fix template type
add .idea to .gitignore

Change-Id: I723efef639ac2a683329a9a1fb77c6b815f04b7c
This commit is contained in:
Eyal Bar-Ilan 2015-11-08 13:44:29 +02:00
parent 0463ab0ac5
commit 67e1341692
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -7,4 +7,6 @@ build
*.swp
*.swo
*.pyc
.testrepository
.testrepository
#IntelJ Idea
.idea/

View File

@ -19,7 +19,7 @@ respectively.
Some notes about using this template:
* Your spec should be in ReSTructured text, like this template.
* Your spec should be in reStructuredText, like this template.
* Please wrap text at 79 columns.