[libxslt] Only ignore *.pyc files
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxslt] Only ignore *.pyc files
- Date: Mon, 29 Aug 2022 19:15:25 +0000 (UTC)
commit 19f97e1a6f410eb0df82c968699b23811e255e8d
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Mon Aug 29 21:14:10 2022 +0200
Only ignore *.pyc files
Should work for both Python 2 and 3.
.gitignore | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 10601b50..eb199be3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.o
*.la
*.lo
+*.pyc
tags
*/tags
.deps/
@@ -38,8 +39,6 @@ ltmain.sh
m4/
missing
py-compile
-__pycache__/
-python/*.pyc
python/gen_prog
python/libxslt-export.c
python/libxslt-py.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]