(#11544) gitignore - with new generators some files appear at root level

This commit is contained in:
Javier G. Sogo
2022-07-06 21:42:06 +02:00
committed by GitHub
parent 64de8bf91b
commit 01b9b3e9d8

11
.gitignore vendored
View File

@@ -1,3 +1,11 @@
# Conan specific
test_package/build/
conan.lock
conanbuildinfo.txt
conaninfo.txt
graph_info.json
build/
# IDEs
.idea
.vscode
@@ -9,12 +17,9 @@
## emacs
*~
# Byte-compiled / optimized / DLL files / Cache
__pycache__/
test_package/__pycache__/
test_package/build/
build/
*.pyc
*.py[cod]
*$py.class