-
-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (32 loc) · 549 Bytes
/
.gitignore
File metadata and controls
38 lines (32 loc) · 549 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
*.swp
/*.user
.DS_Store
CMakeFiles/
__/
# Ignoring autogenerated files
Makefile
qrc_*.cpp
*.qrc.depends
moc_*.cpp
moc_*.cpp_parameters
CMakeCache.txt
*.log
/HyperhdrConfig.h
/lib
.directory
*.pyc
compile_commands.json
.ccache/
deploy/
build/
# Autogenerated by flatbuffers
include/flatbuffers/parser/hyperhdr_reply_generated.h
include/flatbuffers/parser/hyperhdr_request_generated.h
tests/codec_test/build/
# Kdevelop project files
*.kdev*
# Visual Studio 2015/2017/2019 cache/options directory
.vs/
CMakeSettings.json
cmake-build-debug
.idea