summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJürg Rast <juergr@gmail.com>2019-08-09 00:01:38 +0200
committerJürg Rast <juergr@gmail.com>2019-08-24 10:17:18 +0200
commit6b426d08d76d47037ec1e01a105a7b17bad79551 (patch)
tree289e6f3fc1cf93fd29242549634f7b7d37b257d6 /.gitignore
parent5293d4987c4fa528f4731be5c9ab2fa5c33401eb (diff)
Initial work to build and run borg under windows
- Created a batch file to build borg on windows - Adjusted setup.py to be runnable on windows and build the windows extension - Extracted the free space check to a function in the platform module - Created the minimal needed (dummy) functions for the windows platform module
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7fd06517e..91ee405fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,9 +14,11 @@ src/borg/platform/darwin.c
src/borg/platform/freebsd.c
src/borg/platform/linux.c
src/borg/platform/posix.c
+src/borg/platform/windows.c
src/borg/_version.py
*.egg-info
*.pyc
+*.pyd
*.so
.idea/
.cache/