-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
45 lines (39 loc) · 886 Bytes
/
.gitignore
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
/manual/manual.texi
/manual/Makefile
/manual/manual
/setup/output
/setup/*.resp
# Visual studio output and cruft
/msvc/Release
/msvc/Debug
/msvc/sensor_hub.VC.VC.opendb
/msvc/sensor_hub.VC.db
/msvc/.vs/sensor_hub/v1?/Browse.VC.db
/msvc/.vs/sensor_hub/v1?/ipch/
/msvc/.vs/sensor_hub/v1?/Browse.VC.opendb
/msvc/.vs/sensor_hub/FileContentIndex
/msvc/sensor_hub.vcxproj.user
/msvc/version.aps
/msvc/gitrev.txt
/msvc/version.rc
/msvc/sensor_hub.aps
# Build directory
/build/*
# Generated by cmake
/src/version.h
/src/config.h
# Debian package building
/debian/sensor-hub.debhelper.log
/debian/.debhelper/
/debian/debhelper-build-stamp
/debian/files
/debian/sensor-hub.postinst.debhelper
/debian/sensor-hub.postrm.debhelper
/debian/sensor-hub.prerm.debhelper
/debian/sensor-hub.substvars
/debian/sensor-hub/
/obj-x86_64-linux-gnu/
# CLion
/.idea
/cmake-build-debug
/cmake-build-release