[Fix] 添加gitignore,忽略掉CMake的临时文件,还有build/文件夹

This commit is contained in:
nanoric 2018-07-25 03:51:21 -04:00
parent f3dcc0bf20
commit a82a4547e3

9
.gitignore vendored
View File

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