You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
306 B
23 lines
306 B
# except for .gitignore
|
|
!.gitignore
|
|
|
|
build*/
|
|
dist/
|
|
.archive/
|
|
.tags/
|
|
.misc/
|
|
.py*/
|
|
docs/source/xml/
|
|
docs/build/
|
|
|
|
# Ignore JetBrains and Eclipse IDE metadata and default build directories
|
|
.vscode/
|
|
.idea/
|
|
.settings/
|
|
.project
|
|
.cproject
|
|
Release/
|
|
Debug/
|
|
cmake-build-*/
|
|
docs/_build/
|
|
docs/xml/
|