From 13df77c0b5af3dc1d146f8b10e60ad66298c0cf7 Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 8 Feb 2008 10:38:29 +0000 Subject: [PATCH] Added .gitignore files Ignore files for git version tracking system. git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3671 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- .gitignore | 12 ++++++++++++ doc/en/.gitignore | 2 ++ linkcheck/HtmlParser/.gitignore | 1 + 3 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 doc/en/.gitignore create mode 100644 linkcheck/HtmlParser/.gitignore 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