diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7eb957b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.pyc +*.pyo +*.o +*.lo +*.la +*~ +*.so +/build +/coverage +MANIFEST +_linkchecker_configdata.py +Changelog.linkchecker* diff --git a/doc/en/.gitignore b/doc/en/.gitignore new file mode 100644 index 00000000..5b2bd24c --- /dev/null +++ b/doc/en/.gitignore @@ -0,0 +1,2 @@ +*.html +*.nav diff --git a/linkcheck/HtmlParser/.gitignore b/linkcheck/HtmlParser/.gitignore new file mode 100644 index 00000000..6a9aa715 --- /dev/null +++ b/linkcheck/HtmlParser/.gitignore @@ -0,0 +1 @@ +htmlparse.output