mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 17:11:09 +02:00
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
# ignore all bin directories
|
|
# matches "bin" in any subfolder
|
|
bin/
|
|
|
|
# ignore all target directories
|
|
target/
|
|
|
|
# ignore all files ending with ~
|
|
*~
|