Skip to content

Commit 5cc16dd

Browse files
committed
Added git ignore
1 parent 7236876 commit 5cc16dd

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Built application files
2+
*.apk
3+
*.ap_
4+
5+
# Files for the Dalvik VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# Generated files
12+
bin/
13+
gen/
14+
15+
# Gradle files
16+
.gradle/
17+
build/
18+
/*/build/
19+
20+
# Local configuration file (sdk path, etc)
21+
local.properties
22+
23+
# Proguard folder generated by Eclipse
24+
proguard/
25+
26+
# Log Files
27+
*.log
28+
29+
# Apple and windows thumbnails
30+
.DS_Store
31+
.DS_Store?
32+
Thumbs.db
33+
34+
# Many other OS generated files
35+
._*
36+
.Spotlight-V100
37+
.Trashes
38+
ehthumbs.db
39+
40+
# Every developer will have OpenCV sdk installed in their own path
41+
project.properties
42+

0 commit comments

Comments
 (0)