Skip to content

Commit c3a8fc8

Browse files
committed
Create .gitignore
For CMake project
1 parent 7ebc940 commit c3a8fc8

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
################################################################
3+
# Default GitHub's CMake gitignore
4+
################################################################
5+
6+
CMakeLists.txt.user
7+
CMakeCache.txt
8+
CMakeFiles
9+
CMakeScripts
10+
Testing
11+
Makefile
12+
cmake_install.cmake
13+
install_manifest.txt
14+
compile_commands.json
15+
CTestTestfile.cmake
16+
_deps
17+
18+
################################################################
19+
# Additional Gitignores
20+
################################################################
21+
22+
################################
23+
# Visual Studio
24+
################################
25+
26+
# default VS stuff folder
27+
.vs/
28+
29+
# default VS output folder
30+
out/
31+
32+
################################################################
33+
# Git added
34+
################################################################

0 commit comments

Comments
 (0)