[jhbuild] Add *.pyo to .gitignore (GNOME bug 649075)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Add *.pyo to .gitignore (GNOME bug 649075)
- Date: Fri, 13 May 2011 02:14:25 +0000 (UTC)
commit 088291ea2495e625a169574dbb54abf543b5393e
Author: Craig Keogh <cskeogh adam com au>
Date: Fri May 13 11:42:34 2011 +0930
Add *.pyo to .gitignore (GNOME bug 649075)
.gitignore | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7bc22cd..b5e54cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
*.[ao]
*.l[ao]
-*.pyc
+*.py[co]
.deps/
.libs/
Makefile
@@ -30,7 +30,6 @@ mo/
/intltool-update.in
/jhbuild.desktop
/jhbuild.desktop.in
-/jhbuild/cut_n_paste/subprocess.pyo
/ltmain.sh
/m4/
/missing
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]