From: Carl Worth Date: Fri, 23 Sep 2011 14:17:24 +0000 (-0700) Subject: Ignore the .deps directory. X-Git-Url: https://git.cworth.org/git?p=scherzo;a=commitdiff_plain;h=e808e5df23cb5d8deb23296c38d1eb6b4581563d Ignore the .deps directory. This contains generated files only, nothing we want under revision control. --- diff --git a/.gitignore b/.gitignore index fff10c8..9969ec5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ scherzo *~ *.o +.deps