From b72533952a54a1502ea18ee65924d29b04d2d870 Mon Sep 17 00:00:00 2001 From: kazuyoshi tlacaelel Date: Fri, 2 Mar 2012 14:51:42 -0600 Subject: Initial commit to cobalt. --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1e0daf --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +## MAC OS +.DS_Store + +## TEXTMATE +*.tmproj +tmtags + +## EMACS +*~ +\#* +.\#* + +## VIM +*.swp + +## PROJECT::GENERAL +coverage +rdoc +pkg + +## PROJECT::SPECIFIC -- cgit