diff options
author | Jeff Epler <jepler@unpythonic.net> | 2013-10-27 15:10:41 -0500 |
---|---|---|
committer | Jeff Epler <jepler@unpythonic.net> | 2013-10-28 06:51:25 -0500 |
commit | ddcfd17bac98d628e7057655036289d602c72264 (patch) | |
tree | ec9fa3cde8b0e5894661242ae88dbe029a12a55d | |
parent | 6e8144aff80b804178025c8cd0742ef5c3868112 (diff) | |
download | linuxcnc-ddcfd17bac98d628e7057655036289d602c72264.tar.gz linuxcnc-ddcfd17bac98d628e7057655036289d602c72264.zip |
docs: improve ignore patterns
-rw-r--r-- | docs/html/.gitignore | 3 | ||||
-rw-r--r-- | docs/man/.gitignore | 1 | ||||
-rw-r--r-- | docs/man/man9/.gitignore | 2 | ||||
-rw-r--r-- | docs/src/.gitignore | 4 |
4 files changed, 10 insertions, 0 deletions
diff --git a/docs/html/.gitignore b/docs/html/.gitignore index 7bd87ec71..d6a345e9a 100644 --- a/docs/html/.gitignore +++ b/docs/html/.gitignore @@ -1,3 +1,6 @@ +*.js +*.css +!linuxcnc.css *.html *.xml *.png diff --git a/docs/man/.gitignore b/docs/man/.gitignore index 0d9903793..e95f8685b 100644 --- a/docs/man/.gitignore +++ b/docs/man/.gitignore @@ -1,3 +1,4 @@ index.db *.png +CACHEDIR.TAG diff --git a/docs/man/man9/.gitignore b/docs/man/man9/.gitignore index a9862f836..b7cc47df6 100644 --- a/docs/man/man9/.gitignore +++ b/docs/man/man9/.gitignore @@ -105,3 +105,5 @@ tristate_bit.9 updown.9 wcomp.9 xor2.9 +bin2gray.9 +gray2bin.9 diff --git a/docs/src/.gitignore b/docs/src/.gitignore new file mode 100644 index 000000000..579a21048 --- /dev/null +++ b/docs/src/.gitignore @@ -0,0 +1,4 @@ +*.tex +*.xml +!docs.xml +!terms.xml |