Skip to content

Commit 98525b1

Browse files
committed
Remove unnecessary files
Some of them are only used by upstream, some are may have been used by us in the past. Whatever the reason, we don't need them anymore, so this commit removes them. This will introduce conflicts when merging upstream but: - Those conflicts will be easy to solve - just pick our version - When we move to more granular way of pulling changes we will get rid of redundant commits from history. We could even automatically drop commits that only touch those files.
1 parent 23b342f commit 98525b1

12 files changed

+11
-4470
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,14 @@ tests/unit/cython/bytesio_testhelper.c
4343
#iPython
4444
*.ipynb
4545

46+
# Files from upstream that we don't need
47+
Jenkinsfile
48+
Jenkinsfile.bak
49+
appveyor.yml
50+
appveyor/appveyor.ps1
51+
appveyor/run_test.ps1
52+
build.yaml.bak
53+
docs.yaml
54+
doxyfile
55+
tox.ini
56+
test-datastax-requirements.txt

Jenkinsfile

Lines changed: 0 additions & 688 deletions
This file was deleted.

Jenkinsfile.bak

Lines changed: 0 additions & 873 deletions
This file was deleted.

appveyor.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

appveyor/appveyor.ps1

Lines changed: 0 additions & 80 deletions
This file was deleted.

appveyor/run_test.ps1

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)