From 83c7235f926457266e323a98c083723ea294339e Mon Sep 17 00:00:00 2001 From: pyldap contributors Date: Thu, 23 Nov 2017 15:36:42 +0100 Subject: [PATCH] Infra: Add a .gitignore file --- .gitignore | 17 +++++++++++++++++ CHANGES | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..072e203 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ + +# Auto-generated +.*.swp +*.pyc +__pycache__/ +.tox + +# shared libs installed by 'setup.py test' +/Lib/*.so* +/Lib/*.dylib +/Lib/*.pyd + +# Build related +*.egg-info +build/ +dist/ +PKG-INFO diff --git a/CHANGES b/CHANGES index 92b4737..a8ad44a 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,9 @@ Mandatory prerequisites: - Python 2.7.x - pyasn1 0.3.7+ and pyasn1_modules 0.1.5+ +Infrastructure: +- Add .gitignore + Modules/ (thanks to Michael Ströder) * removed unused code schema.c