Module: sip-router Branch: master Commit: 7e67e6bad8f56e8ed25673b24f132e0f5d9d17fc URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e67e6bad8f56e8ed25673b24f132e0f5d9d17fc
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Wed Oct 24 08:39:59 2012 +0200 .gitignore: added few more patterns to ignore - kamcmd binary and second vi swap file --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e076c44..11e0e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,10 +24,12 @@ tags TAGS # vi swaps .*.swp +.*.swo # various other binaries test/udp_flood utils/gen_ha1/gen_ha1 utils/sercmd/sercmd +utils/sercmd/kamcmd utils/pdbt/pdb_server utils/pdbt/pdbt # Emacs backup files _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
