repo.or.cz
/
smuview
/
gsi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CMake: Use C++17 for macOs build
[smuview/gsi.git]
/
.gitignore
blob
419adaba65a992ee6d0fd32dbf24aff0b32d7a5b
1
# Unwanted smuview files
2
TOASK
3
doc/linuxgpib_build.txt
4
doc/parameter.txt
5
doc/pps-wiki.txt
6
doc/relays/
7
testing/
8
9
# CMake
10
CMakeCache.txt
11
CMakeFiles
12
CMakeScripts
13
Testing
14
Makefile
15
cmake_install.cmake
16
install_manifest.txt
17
compile_commands.json
18
CTestTestfile.cmake
19
build/
20
21
# C++ objects and libs
22
*.slo
23
*.lo
24
*.o
25
*.a
26
*.la
27
*.lai
28
*.so
29
*.dll
30
*.lib
31
*.dylib
32
*.exe
33
*.out
34
*.app
35
36
# Qt-es
37
object_script.*.Release
38
object_script.*.Debug
39
*_plugin_import.cpp
40
/.qmake.cache
41
/.qmake.stash
42
*.pro.user
43
*.pro.user.*
44
*.qbs.user
45
*.qbs.user.*
46
*.moc
47
moc_*.cpp
48
moc_*.h
49
qrc_*.cpp
50
ui_*.h
51
*.qmlc
52
*.jsc
53
Makefile*
54
*build-*
55
!build-*.yml
56
57
# Qt unit tests
58
target_wrapper.*
59
60
# doxygen
61
doxy/
62
63
# QtCreator
64
*.autosave
65
66
# QtCtreator Qml
67
*.qmlproject.user
68
*.qmlproject.user.*
69
70
# QtCtreator CMake
71
CMakeLists.txt.user*
72
73
# KDEvelop
74
.kdev4/
75
76
# JetBrains
77
.idea/
78
79
# Editor backups
80
*.save
81
*.swp
82
83
# Build artifacts
84
*.AppImage