diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2021-08-01 23:24:27 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2021-08-01 23:24:27 -0400 |
commit | 9fc044075cfde81ff351766dcee3bc99d89b6951 (patch) | |
tree | 232162acb8fced1d794979b3ea52331cb3a7a6ad | |
parent | 247683ead3c714b5869b5fa2fb62c03dc2b00f0d (diff) | |
download | lib-des-gnux-9fc044075cfde81ff351766dcee3bc99d89b6951.tar.gz lib-des-gnux-9fc044075cfde81ff351766dcee3bc99d89b6951.zip |
Git Ignore __pycache__ for All Tools
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1 @@ +__pycache__/ |