From 1b21acea5b8224a2ffd1da6b64099463badb0740 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Tue, 1 Sep 2009 14:46:35 -0400 Subject: [PATCH] updated gitignore for the physics application --- .gitignore | 2 -- physics/.gitignore | 12 ------------ physics/src/.gitignore | 1 - 3 files changed, 15 deletions(-) delete mode 100644 physics/.gitignore delete mode 100644 physics/src/.gitignore diff --git a/.gitignore b/.gitignore index a6e3e74..2f64ed1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,4 @@ bin-mingw32 *.swp -physics - bld.log diff --git a/physics/.gitignore b/physics/.gitignore deleted file mode 100644 index 3870daa..0000000 --- a/physics/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -deps - -objsd -bind - -objs-mingw32 -bin-mingw32 - -objs -bin - -*.swp diff --git a/physics/src/.gitignore b/physics/src/.gitignore deleted file mode 100644 index a01ee28..0000000 --- a/physics/src/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.*.swp -- 2.10.2