From 12cec2a3f5cd8b523371d1520a6a891bbdb03ce8 Mon Sep 17 00:00:00 2001 From: David Flynn Date: Wed, 14 Oct 2009 11:55:50 +0000 Subject: [PATCH] git: initial import (.gitignore) Ignore build files and editor save/temp files. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..f503169 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,8 @@ +## ignore build files +*.o +evilwm +## common temporary files (really ought to be in peoples' ~/.gitignore) +*~ +.*.swp +.*.swo +.DS_Store -- 2.11.4.GIT