Module: sems Branch: 1.3 Commit: fec9c0c17b4e46a3892a0f45e42e0122fe57af04 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=fec9c0c17b4e46a3892a0f45e42e0122fe57af04
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Wed Dec 29 15:03:33 2010 +0300 Added more files to .gitignore and sorted alphabetically Signed-off-by: Peter Lemenkov <[email protected]> --- .gitignore | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d01f50a..7b50df2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,15 @@ -*~ +*.a *.d *.o -*.a -*.so *.pyc *.pyo +*.so +*~ +apps/py_sems/sip/*.cpp +apps/py_sems/sip/*.h +apps/py_sems/sip/Makefile.gen +core/etc/*.conf getarch getos sems sems-stats -core/etc/*.conf \ No newline at end of file _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
