mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-12 09:22:50 +00:00
(#11544) gitignore - with new generators some files appear at root level
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user