[farsight2/master] Ignore .pyo/.pyc files

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:51 PST 2008


---
 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index b1379f6..e52355e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,8 @@ docs/libs/tmpl
 docs/libs/xml
 
 python/pyfarsight.c
+python/*.pyo
+python/*.pyc
 
 tests/check/test-registry.xml
 tests/check/*/.dirstamp
@@ -41,6 +43,8 @@ tests/check/main/rtpconference
 tests/check/main/rtpcodecs
 tests/check/utils/binadded
 tests/rtp/codec-discovery
+tests/gui/*.pyo
+tests/gui/*.pyc
 
 aclocal.m4
 autom4te.cache
-- 
1.5.6.5




More information about the farsight-commits mailing list