diff options
author | Nigel Metheringham <nigel@exim.org> | 2012-05-24 16:45:12 +0100 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2012-05-24 16:45:12 +0100 |
commit | b5329b46a24c902ceeaac503ead0ae871e35cdbf (patch) | |
tree | a45c9d0b44bb572ec05b56b31922803bb0c7810e | |
parent | a3c1395faebdb088bcef9cdb55bb42a791433ccd (diff) |
Added some more .gitignore entries
Ignore more build side effects
-rw-r--r-- | doc/doc-docbook/.gitignore | 6 | ||||
-rw-r--r-- | src/.gitignore | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/doc-docbook/.gitignore b/doc/doc-docbook/.gitignore new file mode 100644 index 000000000..3bdbb25eb --- /dev/null +++ b/doc/doc-docbook/.gitignore @@ -0,0 +1,6 @@ +spec*.xml +spec.ps +spec.pdf +filter*.xml +filter.ps +filter.pdf diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 000000000..2d6e95a32 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,2 @@ +Local +build-* |