File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
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
+ # ###############################################################
You can’t perform that action at this time.
0 commit comments