From ced15d137151999fd2370eb8f304eac0335fc081 Mon Sep 17 00:00:00 2001 From: nik Date: Tue, 17 Jan 2017 19:08:44 +0300 Subject: [PATCH] added .gitignore files to ignore help archives One needs to put help archives in these directories to properly build distributions from sources, so it's better not to show them as 'Unversioned Files'. --- python/help/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/help/.gitignore diff --git a/python/help/.gitignore b/python/help/.gitignore new file mode 100644 index 000000000000..da5f6615de54 --- /dev/null +++ b/python/help/.gitignore @@ -0,0 +1 @@ +*help.* \ No newline at end of file