New upstream version 21.0.2+dfsg1
This commit is contained in:
parent
1f1bbb3518
commit
baafb6325b
706 changed files with 49633 additions and 5044 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -24,6 +24,9 @@
|
|||
#xcode
|
||||
*.xcodeproj/
|
||||
|
||||
#clion
|
||||
.idea/
|
||||
|
||||
#other stuff (windows stuff, qt moc stuff, etc)
|
||||
Release_MD/
|
||||
Release/
|
||||
|
|
@ -42,6 +45,14 @@ install-sh
|
|||
Makefile.in
|
||||
Makefile
|
||||
|
||||
#python
|
||||
__pycache__
|
||||
|
||||
#sphinx
|
||||
/docs/sphinx/_build/*
|
||||
!/docs/sphinx/_build/.gitignore
|
||||
!/docs/sphinx/Makefile
|
||||
|
||||
#random useless file stuff
|
||||
*.dmg
|
||||
*.app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue