platform_external_selinux/.gitignore
Eamon Walsh 12777502c6 Add pkgconfig files for libsepol, libselinux, and libsemanage.
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>
2009-10-22 14:50:07 -04:00

20 lines
229 B
Text

# 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