From 466c1de242934100e3ff85d54d96c4f543f33145c05c4a9b8aa7b32ff83b11ba Mon Sep 17 00:00:00 2001 From: serpent256 Date: Tue, 13 Jan 2026 20:28:04 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 8ecabfb..5a115fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,25 @@ # ---> D # Compiled Object files -*.o -*.obj +#*.o +#*.obj # Compiled Dynamic libraries -*.so +#*.so *.dylib -*.dll +#*.dll # Compiled Static libraries -*.a -*.lib +#*.a +#*.lib # Executables -*.exe +#*.exe # DUB .dub -docs.json +#docs.json __dummy.html -docs/ +#docs/ # Code coverage *.lst @@ -31,17 +31,17 @@ __pycache__/ *$py.class # C extensions -*.so +#.so # Distribution / packaging .Python -build/ +#build/ develop-eggs/ -dist/ +#dist/ downloads/ eggs/ .eggs/ -lib/ +#lib/ lib64/ parts/ sdist/