From 1ed5b1f2a0e42d14e376536326af1f143252409c Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 11 Jul 2015 20:08:39 +0200 Subject: [PATCH] Make attribute "eaton" to match only files in current directory --- .gitattributes | 20 ++++++++++---------- rpp-test-sw/.gitattributes | 12 ++++++------ rpp-test-sw/Debug/.gitattributes | 4 ++-- rpp-test-sw/Release/.gitattributes | 4 ++-- rpp-test-sw/cmdproc/.gitattributes | 2 +- rpp-test-sw/cmdproc/include/.gitattributes | 12 ++++++------ rpp-test-sw/cmdproc/src/.gitattributes | 18 +++++++++--------- rpp-test-sw/commands/.gitattributes | 22 +++++++++++----------- rpp-test-sw/commands/doc/.gitattributes | 12 ++++++------ rpp-test-sw/targetConfigs/.gitattributes | 6 +++--- 10 files changed, 56 insertions(+), 56 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2eec5f5..74ba4e3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,13 @@ *.[ch] uncrustify .git* export-ignore -.dir-locals.el eaton -.gitattributes eaton -.gitignore eaton -.gitmodules eaton -CommandStoring.dil eaton -CommandStoring.hcg eaton -CommandStoring_bak.dil eaton -CommandStoring_bak.hcg eaton -Makefile eaton -rpp-lib eaton +/.dir-locals.el eaton +/.gitattributes eaton +/.gitignore eaton +/.gitmodules eaton +/CommandStoring.dil eaton +/CommandStoring.hcg eaton +/CommandStoring_bak.dil eaton +/CommandStoring_bak.hcg eaton +/Makefile eaton +/rpp-lib eaton diff --git a/rpp-test-sw/.gitattributes b/rpp-test-sw/.gitattributes index c09b278..8c15766 100644 --- a/rpp-test-sw/.gitattributes +++ b/rpp-test-sw/.gitattributes @@ -1,6 +1,6 @@ -.ccsproject eaton -.cproject eaton -.project eaton -Makefile.inc eaton -Makefile.var eaton -Makefile.version eaton +/.ccsproject eaton +/.cproject eaton +/.project eaton +/Makefile.inc eaton +/Makefile.var eaton +/Makefile.version eaton diff --git a/rpp-test-sw/Debug/.gitattributes b/rpp-test-sw/Debug/.gitattributes index ec3001c..53cb890 100644 --- a/rpp-test-sw/Debug/.gitattributes +++ b/rpp-test-sw/Debug/.gitattributes @@ -1,2 +1,2 @@ -.gitignore eaton -GNUmakefile eaton +/.gitignore eaton +/GNUmakefile eaton diff --git a/rpp-test-sw/Release/.gitattributes b/rpp-test-sw/Release/.gitattributes index ec3001c..53cb890 100644 --- a/rpp-test-sw/Release/.gitattributes +++ b/rpp-test-sw/Release/.gitattributes @@ -1,2 +1,2 @@ -.gitignore eaton -GNUmakefile eaton +/.gitignore eaton +/GNUmakefile eaton diff --git a/rpp-test-sw/cmdproc/.gitattributes b/rpp-test-sw/cmdproc/.gitattributes index 4f178cb..418dd71 100644 --- a/rpp-test-sw/cmdproc/.gitattributes +++ b/rpp-test-sw/cmdproc/.gitattributes @@ -1,4 +1,4 @@ * -uncrustify *tisci* uncrustify *tms570* uncrustify -.gitattributes eaton +/.gitattributes eaton diff --git a/rpp-test-sw/cmdproc/include/.gitattributes b/rpp-test-sw/cmdproc/include/.gitattributes index c550e17..a6800c7 100644 --- a/rpp-test-sw/cmdproc/include/.gitattributes +++ b/rpp-test-sw/cmdproc/include/.gitattributes @@ -1,6 +1,6 @@ -cmdproc.h eaton -cmdproc_freertos.h eaton -cmdproc_io_tisci.h eaton -cmdproc_priv.h eaton -cmdproc_utils.h eaton -i2str.h eaton +/cmdproc.h eaton +/cmdproc_freertos.h eaton +/cmdproc_io_tisci.h eaton +/cmdproc_priv.h eaton +/cmdproc_utils.h eaton +/i2str.h eaton diff --git a/rpp-test-sw/cmdproc/src/.gitattributes b/rpp-test-sw/cmdproc/src/.gitattributes index 2804ce5..0d860e8 100644 --- a/rpp-test-sw/cmdproc/src/.gitattributes +++ b/rpp-test-sw/cmdproc/src/.gitattributes @@ -1,9 +1,9 @@ -cmdproc.c eaton -cmdproc_freertos.c eaton -cmdproc_io.c eaton -cmdproc_io_line.c eaton -cmdproc_io_std_line.c eaton -cmdproc_io_tisci.c eaton -cmdproc_run.c eaton -cmdproc_utils.c eaton -i2str.c eaton +/cmdproc.c eaton +/cmdproc_freertos.c eaton +/cmdproc_io.c eaton +/cmdproc_io_line.c eaton +/cmdproc_io_std_line.c eaton +/cmdproc_io_tisci.c eaton +/cmdproc_run.c eaton +/cmdproc_utils.c eaton +/i2str.c eaton diff --git a/rpp-test-sw/commands/.gitattributes b/rpp-test-sw/commands/.gitattributes index 8fea15c..855f025 100644 --- a/rpp-test-sw/commands/.gitattributes +++ b/rpp-test-sw/commands/.gitattributes @@ -1,11 +1,11 @@ -cmd.c eaton -cmd.h eaton -cmd_adc.c eaton -cmd_adc.h eaton -cmd_can.c eaton -cmd_can.h eaton -cmd_pin.c eaton -cmd_pin.h eaton -cmd_port.c eaton -cmd_port.h eaton -main.c eaton +/cmd.c eaton +/cmd.h eaton +/cmd_adc.c eaton +/cmd_adc.h eaton +/cmd_can.c eaton +/cmd_can.h eaton +/cmd_pin.c eaton +/cmd_pin.h eaton +/cmd_port.c eaton +/cmd_port.h eaton +/main.c eaton diff --git a/rpp-test-sw/commands/doc/.gitattributes b/rpp-test-sw/commands/doc/.gitattributes index 3e8dae6..615350f 100644 --- a/rpp-test-sw/commands/doc/.gitattributes +++ b/rpp-test-sw/commands/doc/.gitattributes @@ -1,7 +1,7 @@ wiki-edit.pl export-ignore -.gitattributes eaton -.gitignore eaton -Makefile eaton -docgen.c eaton -help-format.el eaton -wiki-edit.pl eaton +/.gitattributes eaton +/.gitignore eaton +/Makefile eaton +/docgen.c eaton +/help-format.el eaton +/wiki-edit.pl eaton diff --git a/rpp-test-sw/targetConfigs/.gitattributes b/rpp-test-sw/targetConfigs/.gitattributes index 97436b3..ca76f26 100644 --- a/rpp-test-sw/targetConfigs/.gitattributes +++ b/rpp-test-sw/targetConfigs/.gitattributes @@ -1,3 +1,3 @@ -RM48L952.ccxml eaton -TMS570LS3137.ccxml eaton -readme.txt eaton +/RM48L952.ccxml eaton +/TMS570LS3137.ccxml eaton +/readme.txt eaton -- 2.39.2