From: Stephen F. <st...@th...> - 2019-08-25 15:57:10
|
Even though docutils is still versioned with svn, those using git-svn sure could benefit from being able to hide all the crud generated by tests etc. Signed-off-by: Stephen Finucane <st...@th...ru> --- docutils/.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docutils/.gitignore diff --git a/docutils/.gitignore b/docutils/.gitignore new file mode 100644 index 000000000..55701f5f6 --- /dev/null +++ b/docutils/.gitignore @@ -0,0 +1,15 @@ +*.pyc +*.egg-info +__pycache__ + +/MANIFEST +/build +/dist + +.venv +.tox + +/test3 +/test/alltests.out +/test/record.txt +/test/functional/output -- 2.21.0 |