initial commit
This commit is contained in:
commit
cd5715eedc
11 changed files with 926 additions and 0 deletions
57
.gitignore
vendored
Normal file
57
.gitignore
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
# don't push project files
|
||||
*.cbp
|
||||
*.sln
|
||||
*.vcx*
|
||||
*.workspace*
|
||||
config.make
|
||||
Makefile
|
||||
*.xcodeproj
|
||||
*.plist
|
||||
*.xcconfig
|
||||
*.suo
|
||||
|
||||
*.depend
|
||||
*.layout
|
||||
*.mode*v3
|
||||
*.pbxuser
|
||||
*.app*
|
||||
*.DS_*
|
||||
*.xcworkspacedata
|
||||
xcuserdata/
|
||||
project.xcworkspace
|
||||
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.suo
|
||||
*.ipch
|
||||
|
||||
.svn/
|
||||
obj/
|
||||
bin/
|
||||
build/
|
||||
!data/
|
||||
|
||||
.cache
|
||||
.ccls-cache
|
||||
|
||||
# don't push backup files/directories
|
||||
*.bk
|
||||
|
||||
# vim
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# qtcreator
|
||||
*.qbs
|
||||
*.qbs.user
|
||||
build-*
|
||||
|
||||
scripts/linux/ci/opencv_docker/shared
|
||||
libs/opencv4
|
||||
|
||||
compile_commands.json
|
||||
.vroot
|
||||
.ycm_extra_conf.py
|
||||
|
||||
# prevent accidental leaks
|
||||
celines-fonts
|
Loading…
Add table
Add a link
Reference in a new issue