diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2015-02-24 14:40:45 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2015-02-24 14:40:45 +0100 |
commit | e13638be8216d01a4e2102cb73ea5327379630f5 (patch) | |
tree | 67be7b3aea1638ea713db8ea9d89e1898e682285 | |
parent | test for id string (diff) | |
download | gentoo-vdr-scripts-e13638be8216d01a4e2102cb73ea5327379630f5.tar.gz gentoo-vdr-scripts-e13638be8216d01a4e2102cb73ea5327379630f5.tar.bz2 gentoo-vdr-scripts-e13638be8216d01a4e2102cb73ea5327379630f5.zip |
added .gitignore; ident all files for Id in .gitattributes
-rw-r--r-- | .gitattributes | 9 | ||||
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | test.txt | 3 |
3 files changed, 11 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 53053ba..bc4ee36 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,9 @@ *.txt ident export-subst - +ChangeLog ident export-subst +README.* ident export-subst +vdr* ident export-subst +wakeup-reboot-halt ident export-subst +Makefile ident export-subst +commands.* ident export-subst +reccmds.* ident export-subst +*.sh ident export-subst diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b820845 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.gitattributes +.gitignore +*.tar.bz2 diff --git a/test.txt b/test.txt deleted file mode 100644 index 1c3bb03..0000000 --- a/test.txt +++ /dev/null @@ -1,3 +0,0 @@ -#$Format:%ci$ $Id$ - -1 |