forked from tomojitakasu/RTKLIB
-
Notifications
You must be signed in to change notification settings - Fork 356
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (47 loc) · 817 Bytes
/
.gitignore
File metadata and controls
53 lines (47 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
*.o
*.d
*.a
*.obs
*.ini
*.local
Release
Release_Build
Debug
Debug_Build
__history
__astcache
# CMake files
CMakeLists.txt.user
_deps
CMakeUserPresets.json
**/cmake-build-debug
**/CMakeCache.txt
**/cmake_install.cmake
**/install_manifest.txt
**/CMakeFiles/
**/CTestTestfile.cmake
**/Makefile
**/*.cbp
**/CMakeScripts
**/compile_commands.json
CPackConfig.cmake
CPackSourceConfig.cmake
build/
# QT
.qt/
.lupdate/
# Ignore compilation results
util/gencrc/gencrc
util/gencrc/genmsk
util/gencrc/genxor
util/rnx2rtcm/rnx2rtcm
util/simobs/gcc/simobs
# gets created by qmake
*.qmake.stash
/app/qtapp/Makefile
/src/Makefile
# deployment files
app/qtapp/packaging/packages/**.exe
app/qtapp/packaging/packages/*/data
app/qtapp/packaging/packages/com.rtklib/meta/license.txt
app/qtapp/packaging/packages/RtkLibInstaller.exe