[libxslt] Add __pycache__ to .gitignore



commit f2d49f7f68a8a7c4e7281015d57148638e5d0605
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Mon Aug 29 21:04:19 2022 +0200

    Add __pycache__ to .gitignore

 .gitignore | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
index 18e56a2d..10601b50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@ ltmain.sh
 m4/
 missing
 py-compile
+__pycache__/
 python/*.pyc
 python/gen_prog
 python/libxslt-export.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]