[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 01/11 v2] 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. When moved to the subdirectories the slash after the directory name is left on as otherwise the names potentially become unanchored (without a leading slash, "foo" also matches "bar/foo"). As a final step these were either sorted or formatted to match existing file format. Signed-off-by: Elliott Mitchell <ehem+xen@xxxxxxx> --- Changes in v2: - More information in commit message - Rebased onto correct branch before submission --- .gitignore | 31 ------------------------------- tools/misc/.gitignore | 23 ++++++++++++++++++++++- xen/tools/kconfig/.gitignore | 6 ++++++ xen/xsm/flask/.gitignore | 9 ++++++++- 4 files changed, 36 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index 36ce2ea104..429a484ecc 100644 --- a/.gitignore +++ b/.gitignore @@ -204,21 +204,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 @@ -315,17 +300,7 @@ xen/include/xen/lib/x86/cpuid-autogen.h xen/test/livepatch/config.h xen/test/livepatch/expect_config.h xen/test/livepatch/*.livepatch -xen/tools/kconfig/.tmp_gtkcheck -xen/tools/kconfig/.tmp_qtcheck xen/tools/symbols -xen/xsm/flask/flask-policy.S -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 +332,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,10 +343,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/xenhypfs -tools/misc/xenwatchdogd -tools/misc/xen-hvmcrash -tools/misc/xen-lowmemd tools/libvchan/vchan-node[12] tools/libvchan/vchan-socket-proxy tools/ocaml/*/.ocamldep.make diff --git a/tools/misc/.gitignore b/tools/misc/.gitignore index c5fe2cfccd..f909ceccb1 100644 --- a/tools/misc/.gitignore +++ b/tools/misc/.gitignore @@ -1 +1,22 @@ -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 +/xenhypfs +/xenlockprof +/xenperf +/xenpm +/xenwatchdogd diff --git a/xen/tools/kconfig/.gitignore b/xen/tools/kconfig/.gitignore index 9638790613..e289215d27 100644 --- a/xen/tools/kconfig/.gitignore +++ b/xen/tools/kconfig/.gitignore @@ -15,3 +15,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..f186747c51 100644 --- a/xen/xsm/flask/.gitignore +++ b/xen/xsm/flask/.gitignore @@ -1 +1,8 @@ -/policy.c +/flask-policy.S +/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-* -- -- (\___(\___(\______ --=> 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 |