From 6ea49926c0d76fce08ff27573e001f35cb2901db Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 28 Jan 2024 13:25:50 +0100 Subject: [PATCH] Update gitignores. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f2c75f8e..0afbb4f7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,15 +6,21 @@ build dist MANIFEST *.pyc +*.pyo *.pyd *.dll *.egg-info *.so *.c *.patch -wheel*/ +*.orig +*~ +*wheel*/ +venv* +.eggs/ lupa/version.py lupa/lua*.pyx +TEST/ # Vim swapfiles *.swp