Merge pull request #998 from nanoric/gitignore_remove_cmake_cache

[Fix] 添加gitignore,忽略掉CMake的临时文件,还有build/文件夹
This commit is contained in:
vn.py 2018-08-05 22:55:20 +08:00 committed by GitHub
commit 27e2159f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.gitignore vendored
View File

@ -43,6 +43,15 @@ Release/
*.log *.log
*.bak *.bak
# 编译临时文件夹
build/
# CMake临时文件
CMakeCache.txt
CMakeFiles/
build/cmake_install.cmake
build/Makefile
# 目录 # 目录
.idea .idea
.vscode .vscode