mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Add globbing patterns to `.gitignore
` so the files copied
over by the ``contrib/cmake/bootstrap.py`` script are ignored and so don't get accidently commited.
This commit is contained in:
parent
b76ce607b8
commit
a5f8ceaa48
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -75,3 +75,12 @@ src/api/ml/z3.mllib
|
||||||
*.bak
|
*.bak
|
||||||
doc/api
|
doc/api
|
||||||
doc/code
|
doc/code
|
||||||
|
|
||||||
|
# CMake files copied over by the ``contrib/cmake/boostrap.py`` script
|
||||||
|
# See #461
|
||||||
|
examples/CMakeLists.txt
|
||||||
|
examples/*/CMakeLists.txt
|
||||||
|
src/CMakeLists.txt
|
||||||
|
src/*/CMakeLists.txt
|
||||||
|
src/*/*/CMakeLists.txt
|
||||||
|
src/*/*/*/CMakeLists.txt
|
||||||
|
|
Loading…
Reference in a new issue