Skip to content

Commit 8a42a71

Browse files
committed
Updated gitignore file
2 parents 132b7cb + fddaf06 commit 8a42a71

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,26 @@
1414
.cxx
1515
local.properties
1616
.idea
17+
# Unit test reports
18+
TEST*.xml
19+
20+
# Generated by MacOS
21+
.DS_Store
22+
23+
# Generated by Windows
24+
Thumbs.db
25+
26+
# Applications
27+
*.app
28+
*.exe
29+
*.war
30+
31+
# Large media files
32+
*.mp4
33+
*.tiff
34+
*.avi
35+
*.flv
36+
*.mov
37+
*.wmv
38+
39+

0 commit comments

Comments
 (0)