summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-03-17fixup: fix some algorithms/* ignoresThomas Waldmann
2020-03-16[DOCS] #4587 – Make Sphinx warnings break docs buildThalian
Add VS Code dir to ignores.
2020-03-05Ignore syncfilerange.cWill
2019-10-30Created new scripts for preparing and building borgJürg Rast
2019-08-24Initial work to build and run borg under windowsJürg Rast
- 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
2017-07-29python 3.5+ does not generate .pyo any moreThomas Waldmann
2017-06-07Revert "move chunker to borg.algorithms"Marian Beermann
This reverts commit 956b50b29cb6d3aec6b7a02d46325e8ab50bc149. # Conflicts: # setup.py # src/borg/archive.py # src/borg/helpers.py
2017-06-07update .gitignoreMarian Beermann
2017-05-02gitignore: complete paths for src/ excludesMarian Beermann
2017-05-02create crypto package with key, keymanager, low_levelMarian Beermann
2017-05-02create package borg.algorithms with borg.algorithms.crc32 moduleMarian Beermann
2017-01-02two fast CRC implementationsMarian Beermann
CRC slice by 8 for generic CPUs outperforms zlib CRC32 on ppc and x86 (ARM untested but expected to as well). PCLMULQDQ derived from Intel's zlib patches outperforms every other CRC implementation by a huge margin.
2016-07-23Merge pull request #1358 from PlasmaPower/git-ignore-platform-cTW
Ignore generated platform C files
2016-07-23Ignore generated platform C filesLee Bousfield
2016-07-22gitignore .coverage.*Lee Bousfield
2016-07-04Merge branch '1.0-maint'Thomas Waldmann
2016-06-30Add .eggs to .gitignoreLee Bousfield
2016-05-21Merge branch 'master' into move-to-srcThomas Waldmann
2016-05-05fix packaging/git/coverage for src/ pathThomas Waldmann
2015-11-13commit usage files directly into gitAntoine Beaupré
the generation of those files was causing us way too much pain to justify automatically generating them all the time. those will have to be re-generated with `build_api` or `build_usage` as appropriate, for example when function signatures or commandline flags change. see #384
2015-10-08Merge pull request #263 from anarcat/venv-docsTW
fix virtualenv path in .gitignore
2015-10-07fix virtualenv path in .gitignoreAntoine Beaupré
the current instructions create a dirty tree that `git add .` would commit into git. this is error prone and somewhat unclean. i found it preferable to change the `.gitignore` than to change the instructions, since there are probably `borg-env` environments lying around everywhere already.
2015-10-07api.rst is autogenerated, ignore itAntoine Beaupré
2015-09-15add .vagrant to .gitignoreThomas Waldmann
2015-08-22propperly handle borg._version using setuptools_scmRonny Pfannschmidt
2015-08-09merged masterThomas Waldmann
2015-08-08fix test coverage / codecov.io, use xcode6.4Thomas Waldmann
2015-08-01add a wrapper around liblz4Thomas Waldmann
2015-07-26.gitignore: add nuitka and cache stuffThomas Waldmann
2015-03-06PR #206 - Merge branch 'fixes' of https://github.com/thomaswaldmann/attic ↵Thomas Waldmann
into merge
2015-02-28add .idea/ to gitignore, so PyCharm stuff does not get accidentally ↵Thomas Waldmann
added/committed
2015-02-04add more .c files to .gitigoreRadek Podgorny
2014-02-18Remove some autogenerated filesJonas Borgström
2013-06-24Packaging improvementsJonas Borgström
2013-05-31Use Cython for all native codeJonas Borgström
2011-11-06Bumped version numberJonas Borgström
2011-11-05Initial documentationJonas Borgström
2010-10-31Various changesJonas Borgström
2010-10-15Added dedupestore "console script"Jonas Borgström
2010-10-13bandedstore: Handle aborted transactions betterJonas Borgström