diff --git a/.gitignore b/.gitignore new file mode 120000 index 0000000..913762c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.hgignore \ No newline at end of file diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..b12f64f --- /dev/null +++ b/.hgignore @@ -0,0 +1,12 @@ +syntax: glob +*.aux +*.log +*.dvi +*.toc +*.ind +*.idx +output/ +*~ +\#*\# +.DS* +c11yxxx-*.pdf diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..0b88693 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +AddType "text/markdown; charset=utf-8" .md .markdown