Merge branch 'ignore_vim_files' into 'master'

Ignore vim files

With this Merge Request, vim temporary files (*.swp) will be ignored by git, this will avoid adding non-useful files to this repository

See merge request !37
This commit is contained in:
Leona
2016-03-11 11:30:01 -08:00
+2
View File
@@ -1,2 +1,4 @@
#Exluding from the tree the html build files
source/_build/
# ignore vi temporary files
*.swp