figenc

[RADIOACTIVE] rsa and symmetric key encryption scripts and executables
git clone git://git.figbert.com/figenc.git
Log | Files | Refs | README

commit 9beee15768fb29340af86bf3ce3d8e8d22f3dd30
parent 925ff8dff8a103725247236bb6ab1b618d656dc2
Author: FIGBERT <figbertwelner@gmail.com>
Date:   Sun, 14 Jul 2019 13:13:38 -0700

Adding testing files to .gitignore

Diffstat:
M.gitignore | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,4 +1,7 @@ #Ignoring the .vscode folder and all its contents, which contains personal settings .vscode -#Ignoring the __pycache__ folder and all its contents, because it is compiled compiled -Scripts/__pycache__ -\ No newline at end of file +#Ignoring the __pycache__ folder and all its contents, because it is compiled code +Scripts/__pycache__ +#Ignoring some testing files +Scripts/scrollbar_test.py +Scripts/stackover.py +\ No newline at end of file