Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Alley <dalley@redhat.com>2018-06-21 15:52:10 +0300
committerDaniel Mach <daniel.mach@gmail.com>2018-11-19 18:17:12 +0300
commit2f1e6e0a5fc2aab4011473080b47cf73e9172547 (patch)
treec8e8b8fd2860433a30c182306c6395b8c4c6a5f8 /.gitignore
parent434a40babdde57ab405e9a1085a30e9575ea0c92 (diff)
Add the capability to build Python (PyPI) packages directly.
* Added a setup.py and pyproject.toml * Made CMake config file changes to facilitate building in a different context * Updated gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 58b0e69..25b6db5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,12 @@ _CPack_Packages/
src/version.h
src/createrepo_c.pc
src/deltarpms.h
+_skbuild/
+
+# Python distribution stuff
+dist/
+MANIFEST
+*.egg-info/
# Devel stuff
notes