mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10718 from ethereum/gitignoreClion
Extend .gitignore to all CLion build directories and allow "build" to be a symlink.
This commit is contained in:
commit
591f04e41c
5
.gitignore
vendored
5
.gitignore
vendored
@ -31,8 +31,7 @@ prerelease.txt
|
|||||||
*.app
|
*.app
|
||||||
|
|
||||||
# Build directory
|
# Build directory
|
||||||
build/
|
/build*
|
||||||
/build*/
|
|
||||||
emscripten_build/
|
emscripten_build/
|
||||||
docs/_build
|
docs/_build
|
||||||
__pycache__
|
__pycache__
|
||||||
@ -40,7 +39,7 @@ docs/utils/*.pyc
|
|||||||
/deps/downloads/
|
/deps/downloads/
|
||||||
deps/install
|
deps/install
|
||||||
deps/cache
|
deps/cache
|
||||||
cmake-build-debug/
|
cmake-build-*/
|
||||||
|
|
||||||
# vim stuff
|
# vim stuff
|
||||||
[._]*.sw[a-p]
|
[._]*.sw[a-p]
|
||||||
|
Loading…
Reference in New Issue
Block a user