Added '~script.py' to ignore files and updated DIRECTORY.md (#926)

* Added print function into matrix_multiplication_addition.py and removed blank space in data_structures/binary tree directory

* Removed .vs/ folder per #893

* Rename matrix_multiplication_addition.py to matrix_operation.py

* Added '~script.py' to ignore files and updated DIRECTORY.md
This commit is contained in:
Hector S
2019-07-04 11:18:57 -04:00
committed by John Law
parent 035457f569
commit 05fc7f8a33
2 changed files with 13 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ def _markdown(parent, ignores, ignores_ext, depth):
ignores = [".vs",
".gitignore",
".git",
"script.py",
"~script.py",
"__init__.py",
]
# Files with given entensions will be ignored