-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
56 lines (49 loc) · 966 Bytes
/
.gitignore
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
45
46
47
48
49
50
51
52
53
54
55
56
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/codeStyles/Project.xml
/.idea/codeStyles/codeStyleConfig.xml
.DS_Store
/build
/captures
.externalNativeBuild
/app/src/main/cpp/CMakeLists.txt
##api key and local url
/app/src/main/res/values/key.xml
### CMake ###
*/CMakeLists.txt.user
*/CMakeCache.txt
*/CMakeFiles
*/CMakeScripts
*/Testing
*/Makefile
*/cmake_install.cmake
*/install_manifest.txt
*/compile_commands.json
*/CTestTestfile.cmake
_deps
### CMake Patch ###
# External projects
*-prefix/
### CMake Patch ###
# External projects
*-prefix/
>>>>>>> 25746c948c274b2879c33bf4e0fb7e149ff4e3fa
### OpenCV ###
#OpenCV for Mac and Linux
#build and release folders
*/CMakeFiles
*/CMakeCache.txt
*/Makefile
*/cmake_install.cmake
.DS_Store
# Replacement of .externalNativeBuild directories introduced
# with Android Studio 3.5.
*/.cxx/
/opencv/build