-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First of many steps of repository cleanup (#107)
- Loading branch information
Showing
872 changed files
with
967 additions
and
341,832 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,65 @@ | ||
env/ | ||
# C++ objects and libs | ||
*.slo | ||
*.lo | ||
*.o | ||
*.la | ||
*.lai | ||
*.dll | ||
*.dylib | ||
|
||
# Qt-es | ||
object_script.*.Release | ||
object_script.*.Debug | ||
*_plugin_import.cpp | ||
*.qmake.cache | ||
*.qmake.stash | ||
*.pro.user | ||
*.pro.user.* | ||
*.qbs.user | ||
*.qbs.user.* | ||
*.moc | ||
moc_*.cpp | ||
moc_*.h | ||
qrc_*.cpp | ||
ui_*.h | ||
*.qmlc | ||
*.jsc | ||
Makefile* | ||
*build-* | ||
*.qm | ||
|
||
# Qt unit tests | ||
target_wrapper.* | ||
|
||
# QtCreator | ||
*.autosave | ||
|
||
# QtCreator Qml | ||
*.qmlproject.user | ||
*.qmlproject.user.* | ||
|
||
# QtCreator CMake | ||
CMakeLists.txt.user* | ||
|
||
# QtCreator 4.8< compilation database | ||
compile_commands.json | ||
|
||
# QtCreator local machine specific files for imported projects | ||
*creator.user* | ||
|
||
# Custom | ||
.vscode/ | ||
__pycache__/ | ||
test_separated.raw | ||
test_postfiltered.raw | ||
scripts/ConfigurationHelper/ODASOutput.json | ||
*.pyc | ||
.coverage | ||
src/app/gui/*.py | ||
config/maps/*.npy | ||
*_ui.py | ||
config/service_account.json | ||
*.o | ||
*.a | ||
*.so | ||
lib/*/build | ||
config/yolo/ | ||
src/app/services/videoprocessing/dewarping/src/shaders/autogen | ||
src/app/services/videoprocessing/dewarping/interface/fisheye_dewarping.py | ||
src/app/services/videoprocessing/dewarping/interface/fisheye_dewarping_wrap.cpp | ||
.idea | ||
*/bin/* | ||
src/app/services/virtualcameradevice/interface/virtual_camera_device.py | ||
src/app/services/virtualcameradevice/interface/virtual_camera_device_wrap.cpp | ||
steno/configs/yolo/ | ||
|
||
# Our static libs | ||
!steno/3rd/darknet/lib/x86_64/*.so | ||
!steno/3rd/darknet/lib/x86_64_cuda/*.so | ||
!steno/3rd/darknet/lib/aarch64/*.so | ||
!steno/3rd/v4l2/lib/x86_64/*.a | ||
!steno/3rd/v4l2/lib/aarch64/*.a |
Oops, something went wrong.