mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-11-27 05:20:50 +00:00
12777502c6
Having a pkgconfig files allows the pkg-config tool to be used to query the presence of the library (or a particular version of it), and to obtain the C flags and linker arguments to build with it. Based on Debian patches by Manoj Srivastava <srivasta@debian.org>. Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
21 lines
229 B
Plaintext
21 lines
229 B
Plaintext
# Note: use "git ls-files -i --exclude-standard" to make sure
|
|
# no tracked files are ignored as a result of any changes.
|
|
|
|
# Object files
|
|
*.o
|
|
*.lo
|
|
*.so
|
|
*.so.[0-9]
|
|
*.a
|
|
*.s
|
|
*.mo
|
|
*.pc
|
|
|
|
# Misc
|
|
*.patch
|
|
*.gz
|
|
*~
|
|
|
|
# Failsafes
|
|
!.gitignore
|