[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] gitignore: Move ignores from global to subdirectories
Subdirectories which have .gitignore files should not be referenced in the global .gitignore files. Move several lines to appropriate subdirs. Signed-off-by: Elliott Mitchell <ehem+xen@xxxxxxx> --- Hopefully the commit message covers it. When moved to the subdirectories I'm using "./<file>" as otherwise any file sharing the name in a deeper subdirectory would be subject to the match. --- .gitignore | 29 ----------------------------- tools/misc/.gitignore | 22 +++++++++++++++++++++- xen/tools/kconfig/.gitignore | 6 ++++++ xen/xsm/flask/.gitignore | 8 +++++++- 4 files changed, 34 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index bb0fb64d32..c8529bc858 100644 --- a/.gitignore +++ b/.gitignore @@ -201,21 +201,6 @@ tools/libxl/ssdt* tools/libxl/testenum tools/libxl/testenum.c tools/libxl/tmp.* -tools/misc/cpuperf/cpuperf-perfcntr -tools/misc/cpuperf/cpuperf-xen -tools/misc/xc_shadow -tools/misc/xen_cpuperf -tools/misc/xen-cpuid -tools/misc/xen-detect -tools/misc/xen-diag -tools/misc/xen-tmem-list-parse -tools/misc/xen-livepatch -tools/misc/xenperf -tools/misc/xenpm -tools/misc/xen-hvmctx -tools/misc/xenlockprof -tools/misc/lowmemd -tools/misc/xencov tools/pkg-config/* tools/qemu-xen-build tools/xentrace/xenalyze @@ -312,16 +297,7 @@ xen/test/livepatch/xen_bye_world.livepatch xen/test/livepatch/xen_hello_world.livepatch xen/test/livepatch/xen_nop.livepatch xen/test/livepatch/xen_replace_world.livepatch -xen/tools/kconfig/.tmp_gtkcheck -xen/tools/kconfig/.tmp_qtcheck xen/tools/symbols -xen/xsm/flask/include/av_perm_to_string.h -xen/xsm/flask/include/av_permissions.h -xen/xsm/flask/include/class_to_string.h -xen/xsm/flask/include/flask.h -xen/xsm/flask/include/initial_sid_to_string.h -xen/xsm/flask/policy.* -xen/xsm/flask/xenpolicy-* tools/flask/policy/policy.conf tools/flask/policy/xenpolicy-* xen/xen @@ -357,8 +333,6 @@ tools/include/xen-foreign/arm32.h tools/include/xen-foreign/arm64.h .git -tools/misc/xen-hptool -tools/misc/xen-mfndump tools/libs/toolcore/include/_*.h tools/libxc/_*.[ch] tools/libxl/_*.[ch] @@ -370,9 +344,6 @@ tools/libxl/test_timedereg tools/libxl/test_fdderegrace tools/firmware/etherboot/eb-roms.h tools/firmware/etherboot/gpxe-git-snapshot.tar.gz -tools/misc/xenwatchdogd -tools/misc/xen-hvmcrash -tools/misc/xen-lowmemd tools/libvchan/vchan-node[12] tools/ocaml/*/.ocamldep.make tools/ocaml/*/*.cm[ixao] diff --git a/tools/misc/.gitignore b/tools/misc/.gitignore index c5fe2cfccd..b561bb023e 100644 --- a/tools/misc/.gitignore +++ b/tools/misc/.gitignore @@ -1 +1,21 @@ -xen-ucode +./cpuperf/cpuperf-perfcntr +./cpuperf/cpuperf-xen +./lowmemd +./xc_shadow +./xen-cpuid +./xen-detect +./xen-diag +./xen-hptool +./xen-hvmcrash +./xen-hvmctx +./xen-livepatch +./xen-lowmemd +./xen-mfndump +./xen-tmem-list-parse +./xen-ucode +./xen_cpuperf +./xencov +./xenlockprof +./xenperf +./xenpm +./xenwatchdogd diff --git a/xen/tools/kconfig/.gitignore b/xen/tools/kconfig/.gitignore index ca38e983d6..69780c04cd 100644 --- a/xen/tools/kconfig/.gitignore +++ b/xen/tools/kconfig/.gitignore @@ -16,3 +16,9 @@ mconf nconf qconf gconf + +# +# temporary build tool checking files +# +./.tmp_gtkcheck +./.tmp_qtcheck diff --git a/xen/xsm/flask/.gitignore b/xen/xsm/flask/.gitignore index 024edbe0ba..b10754e646 100644 --- a/xen/xsm/flask/.gitignore +++ b/xen/xsm/flask/.gitignore @@ -1 +1,7 @@ -/policy.c +./include/av_perm_to_string.h +./include/av_permissions.h +./include/class_to_string.h +./include/flask.h +./include/initial_sid_to_string.h +./policy.* +./xenpolicy-* -- 2.20.1 -- (\___(\___(\______ --=> 8-) EHM <=-- ______/)___/)___/) \BS ( | ehem+sigmsg@xxxxxxx PGP 87145445 | ) / \_CS\ | _____ -O #include <stddisclaimer.h> O- _____ | / _/ 8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/___/5445
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |