From 61852109dda87bc5656b4319d13219197a29578f Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Sun, 2 Jan 2011 12:34:52 -0800 Subject: [PATCH] add .gitignore Signed-off-by: Colin McCabe --- .gitignore | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5157329 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.vim/.netrwhist +*.o +*.lo +*.a +*~ +.deps +gmon.out +core.* +vgcore.* +*.la +cscope.files +cscope.out +*.swp +*.swo -- 1.6.6.rc1.39.g9a42