mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
41 lines
574 B
Plaintext
41 lines
574 B
Plaintext
*.swp
|
|
/*.user
|
|
/build*
|
|
.DS_Store
|
|
CMakeFiles/
|
|
__/
|
|
|
|
# Ignoring autogenerated files
|
|
Makefile
|
|
qrc_*.cpp
|
|
*.qrc.depends
|
|
moc_*.cpp
|
|
moc_*.cpp_parameters
|
|
CMakeCache.txt
|
|
*.log
|
|
/HyperionConfig.h
|
|
/lib
|
|
.directory
|
|
*.pyc
|
|
compile_commands.json
|
|
|
|
# Autogenerated by flatbuffers
|
|
libsrc/flatbufserver/hyperion_reply_generated.h
|
|
libsrc/flatbufserver/hyperion_request_generated.h
|
|
|
|
# Kdevelop project files
|
|
*.kdev*
|
|
|
|
# Visual Studio 2015/2017/2019 cache/options directory
|
|
# Ignore
|
|
.vs/*
|
|
CMakeSettings.json
|
|
# Allow
|
|
!.vs/launch.vs.json
|
|
|
|
# LedDevice 'File' output
|
|
NULL
|
|
|
|
# Docker deploy folder
|
|
deploy/*
|