mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Remove header files
This commit is contained in:
parent
0f64d1949b
commit
e2c65cab9c
2
.github/workflows/update_directory_md.yml
vendored
2
.github/workflows/update_directory_md.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
def good_filepaths(top_dir: str = ".") -> Iterator[str]:
|
def good_filepaths(top_dir: str = ".") -> Iterator[str]:
|
||||||
cpp_exts = tuple(".c .c++ .cc .cpp .cu .cuh .cxx .h .h++ .hh .hpp .hxx".split())
|
cpp_exts = tuple(".c .c++ .cc .cpp .cu .cxx".split())
|
||||||
for dirpath, dirnames, filenames in os.walk(top_dir):
|
for dirpath, dirnames, filenames in os.walk(top_dir):
|
||||||
dirnames[:] = [d for d in dirnames if d[0] not in "._"]
|
dirnames[:] = [d for d in dirnames if d[0] not in "._"]
|
||||||
for filename in filenames:
|
for filename in filenames:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user