mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
gitignore: Ignore *.pc files
tools/kmod.pc is generated by build system. Any new *.pc we may have should follow a similar approach. So, just ignore from git, like we do for e.g. *.o. Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
This commit is contained in:
parent
1043f6f023
commit
b29704cd44
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
*.o
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.pc
|
||||
/*.tar.xz
|
||||
/*.md5sum
|
||||
/*.mbx
|
||||
|
Loading…
Reference in New Issue
Block a user