From f17c14b6d2b0ca6b6040e1ab885bd96cf9fcf25c Mon Sep 17 00:00:00 2001 From: Robert Carlsen Date: Fri, 26 Jun 2009 18:44:41 -0400 Subject: [PATCH] added .gitignore for doc dir --- doc/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/.gitignore diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 000000000..b14cfaead --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,9 @@ +# old skool +.svn + +# osx noise +.DS_Store +profile + +#html files are auto-generated by the scripts: +*.html