This commit is contained in:
2022-03-08 15:54:17 +08:00
parent 57d75f7596
commit 2af9a81f28
5 changed files with 131 additions and 8 deletions

29
.gitignore vendored
View File

@@ -1,10 +1,23 @@
target
.cache
.cmake
bin
lib
leetcode*
# create by https://github.com/iamcco/coc-gitignore (Sun Jan 02 2022 18:30:21 GMT+0800 (China Standard Time))
# Rust.gitignore:
# Generated by Cargo
# will have compiled files and executables
/target/
# create by https://github.com/iamcco/coc-gitignore (Tue Mar 08 2022 16:17:40 GMT+0800 (China Standard Time))
# CMake.gitignore:
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
# These are backup files generated by rustfmt
**/*.rs.bk
# CMake.patch:
# External projects
*-prefix/