Skip to content

Commit 340bbfa

Browse files
committed
Update gitignore
1 parent 51c5904 commit 340bbfa

File tree

4 files changed

+13
-38
lines changed

4 files changed

+13
-38
lines changed

.gitignore

+11-6
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
*.pch
1818

1919
# Libraries
20-
*.lib
21-
*.a
20+
#*.lib
21+
#*.a
2222
*.la
2323
*.lo
2424

@@ -51,15 +51,20 @@ Module.symvers
5151
Mkfile.old
5252
dkms.conf
5353

54+
*.playlist
5455
*.patch
5556
*.diff
5657
*.bak
5758
*.DS_Store
58-
*.playlist
59-
out/
60-
libs/
61-
obj/
6259

60+
# CMake generated files
6361
CMakeCache.txt
6462
CMakeFiles
6563
cmake_install.cmake
64+
65+
# Output files
66+
obj/
67+
libs/
68+
bin/
69+
gen/
70+
out/

android/demo/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ lint/tmp/
8585
# lint/reports/
8686

8787
.DS_Store
88-
88+
*.patch
89+
*.diff

android/demo/Liteplayer.png

-81.1 KB
Binary file not shown.

android/demo/README.md

-31
This file was deleted.

0 commit comments

Comments
 (0)