Two Sum
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -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/
|
||||
|
Reference in New Issue
Block a user