Module: nagvis Branch: master Commit: 867a6abd29bd112596f244b56443dae4606fd7a1 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=867a6abd29bd112596f244b56443dae4606fd7a1
Author: Lars Michelsen <[email protected]> Date: Mon Feb 7 22:01:53 2011 +0100 Ignore vi swp files --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 6850f45..3f39dde 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Exclude misc files *.bak +*.swp *~ .metadata uifx/.settings ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
