Skip to content

Commit d604a15

Browse files
Add CMakeLists.txt.user to gitignore and remove it from repo. (#13)
1 parent f7f4bf4 commit d604a15

File tree

2 files changed

+35
-676
lines changed

2 files changed

+35
-676
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
# Created by https://www.gitignore.io/api/qtcreator
3+
# Edit at https://www.gitignore.io/?templates=qtcreator
4+
5+
### QtCreator ###
6+
# gitignore for Qt Creator like IDE for pure C/C++ project without Qt
7+
#
8+
# Reference: http://doc.qt.io/qtcreator/creator-project-generic.html
9+
10+
11+
12+
# Qt Creator autogenerated files
13+
14+
15+
# A listing of all the files included in the project
16+
*.files
17+
18+
# Include directories
19+
*.includes
20+
21+
# Project configuration settings like predefined Macros
22+
*.config
23+
24+
# Qt Creator settings
25+
*.creator
26+
27+
# User project settings
28+
*.creator.user*
29+
30+
# Qt Creator backups
31+
*.autosave
32+
33+
# End of https://www.gitignore.io/api/qtcreator
34+
35+
CMakeLists.txt.user

0 commit comments

Comments
 (0)