-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (35 loc) · 866 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (35 loc) · 866 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
39
40
41
42
43
44
#OS generated files #
######################
.DS_Store
.DS_Store?
# vim
*.swp
# VS
*.vs
*.db
*.VC.opendb
# Unity
Unity/obj
# build
Temp
Bin
build/*
release/*
tmp/*
*.xcuserdatad
*DerivedData
# binary
*.apk
opencv/opencv-*/3rdparty/*/downloads
#hdr_parser.pyc appears after building opencv for android
#This file is missed in the original OpenCV 3.0 repository
opencv/opencv-*/modules/python/src2/hdr_parser.pyc
# auto-downloaded
opencv/opencv-*/3rdparty/ffmpeg/ffmpeg_version.cmake
opencv/opencv-*/3rdparty/ffmpeg/opencv_ffmpeg.dll
opencv/opencv-*/3rdparty/ffmpeg/opencv_ffmpeg_64.dll
source/opencv-*/3rdparty/ippicv/downloads
# appeared after building opencv with platform/osx/build_framework.py
opencv/opencv-*/platforms/ios/build_framework.pyc
# appeared after building macos bundle with build-all.sh
source/opencv-*/modules/python/src2/hdr_parser.pyc