Module: sems Branch: master Commit: 66100476b0827cd1017b61b3759e8176404fe37c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=66100476b0827cd1017b61b3759e8176404fe37c
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Sat Jun 12 11:08:19 2010 +0400 Add python optimized object-files to the .gitignore Signed-off-by: Peter Lemenkov <[email protected]> --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 43403e1..d150c78 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ *.a *.so *.pyc +*.pyo getarch getos sems -sems-stats \ No newline at end of file +sems-stats _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
