Skip to content

Commit eabcda7

Browse files
committed
add .gitignore file
1 parent 8f63dee commit eabcda7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# build folders
2+
build
3+
build*
4+
cmake-build*
5+
6+
# macOS files
7+
.DS_Store
8+
9+
# Windows files
10+
Thumbs.db
11+
12+
# CLion files
13+
.idea
14+
15+
# Visual Studio files
16+
.vs
17+
18+
# Visual Studio Code files
19+
.vscode
20+
21+
# QT user config cmake files
22+
CMakeLists.txt.user
23+
24+
# Visual Studio user config cmake files
25+
CMakeSettings.json
26+

0 commit comments

Comments
 (0)