Hello, While working on testing the selinux-userspace project on several configurations (compiler, compiler flags, libc, Python version...) it is quite convenient that "make clean" leaves the directory clean, both from a git prespective ("git ls-files --ignored --others --exclude-standard") and from a build point of view (all generated and cached files are removed). These patches update the relevant .gitignore and Makefile files to achieve this. Cheers, Nicolas Nicolas Iooss (3): Update .gitignore files sepolgen: remove additional files when cleaning libsepol: remove libsepol.map when cleaning libselinux/utils/.gitignore | 5 +++++ libsemanage/tests/.gitignore | 1 + libsepol/src/Makefile | 2 +- libsepol/tests/.gitignore | 1 + libsepol/tests/policies/.gitignore | 3 +++ sepolgen/src/sepolgen/Makefile | 3 +-- sepolgen/tests/.gitignore | 4 ++++ sepolgen/tests/Makefile | 3 +++ 8 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 libsemanage/tests/.gitignore create mode 100644 libsepol/tests/.gitignore create mode 100644 libsepol/tests/policies/.gitignore create mode 100644 sepolgen/tests/.gitignore -- 2.8.2 _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.