From 4c1995e5a580f8983710fda3545ab55fdc98f849 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Wed, 9 Jan 2013 16:04:39 +0100 Subject: [PATCH] Moved .gitignore to ogl_editor --- .gitignore | 3 --- ogl_editor/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .gitignore create mode 100644 ogl_editor/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b02033c..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -tags -tundra-output -.tundra* diff --git a/ogl_editor/.gitignore b/ogl_editor/.gitignore new file mode 100644 index 0000000..b02033c --- /dev/null +++ b/ogl_editor/.gitignore @@ -0,0 +1,3 @@ +tags +tundra-output +.tundra*