From: Michal Sojka Date: Wed, 8 Jul 2015 17:34:22 +0000 (+0200) Subject: Add eaton attribute to files distributed to Eaton X-Git-Tag: eaton-0.5.5~28 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-test-sw.git/commitdiff_plain/2e441e2102a9584ad504c7cf025223bed89356b5 Add eaton attribute to files distributed to Eaton --- diff --git a/.gitattributes b/.gitattributes index 22e0b02..2eec5f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +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 diff --git a/rpp-test-sw/.gitattributes b/rpp-test-sw/.gitattributes new file mode 100644 index 0000000..cae67a1 --- /dev/null +++ b/rpp-test-sw/.gitattributes @@ -0,0 +1,5 @@ +.ccsproject eaton +.cproject eaton +.project eaton +Makefile.inc eaton +Makefile.version eaton diff --git a/rpp-test-sw/Debug/.gitattributes b/rpp-test-sw/Debug/.gitattributes new file mode 100644 index 0000000..ec3001c --- /dev/null +++ b/rpp-test-sw/Debug/.gitattributes @@ -0,0 +1,2 @@ +.gitignore eaton +GNUmakefile eaton diff --git a/rpp-test-sw/Release/.gitattributes b/rpp-test-sw/Release/.gitattributes new file mode 100644 index 0000000..ec3001c --- /dev/null +++ b/rpp-test-sw/Release/.gitattributes @@ -0,0 +1,2 @@ +.gitignore eaton +GNUmakefile eaton diff --git a/rpp-test-sw/cmdproc/.gitattributes b/rpp-test-sw/cmdproc/.gitattributes index 5261dee..4f178cb 100644 --- a/rpp-test-sw/cmdproc/.gitattributes +++ b/rpp-test-sw/cmdproc/.gitattributes @@ -1,3 +1,4 @@ * -uncrustify *tisci* uncrustify *tms570* uncrustify +.gitattributes eaton diff --git a/rpp-test-sw/cmdproc/include/.gitattributes b/rpp-test-sw/cmdproc/include/.gitattributes new file mode 100644 index 0000000..c550e17 --- /dev/null +++ b/rpp-test-sw/cmdproc/include/.gitattributes @@ -0,0 +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 diff --git a/rpp-test-sw/cmdproc/src/.gitattributes b/rpp-test-sw/cmdproc/src/.gitattributes new file mode 100644 index 0000000..2804ce5 --- /dev/null +++ b/rpp-test-sw/cmdproc/src/.gitattributes @@ -0,0 +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 diff --git a/rpp-test-sw/commands/.gitattributes b/rpp-test-sw/commands/.gitattributes new file mode 100644 index 0000000..8fea15c --- /dev/null +++ b/rpp-test-sw/commands/.gitattributes @@ -0,0 +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 diff --git a/rpp-test-sw/commands/doc/.gitattributes b/rpp-test-sw/commands/doc/.gitattributes index b588251..3e8dae6 100644 --- a/rpp-test-sw/commands/doc/.gitattributes +++ b/rpp-test-sw/commands/doc/.gitattributes @@ -1 +1,7 @@ wiki-edit.pl export-ignore +.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 new file mode 100644 index 0000000..97436b3 --- /dev/null +++ b/rpp-test-sw/targetConfigs/.gitattributes @@ -0,0 +1,3 @@ +RM48L952.ccxml eaton +TMS570LS3137.ccxml eaton +readme.txt eaton