diff options
author | Chris Gianelloni <wolf31o2@wolf31o2.org> | 2009-07-25 12:08:17 -0700 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@wolf31o2.org> | 2009-07-25 12:08:17 -0700 |
commit | dec09518e7dc2d74319a32bd3e9b4698f6a424c7 (patch) | |
tree | 5323ecfd9af9b65984357d72337e2756132a89a1 | |
parent | Adding .gitattributes file. (diff) | |
download | genkernel-dec09518e7dc2d74319a32bd3e9b4698f6a424c7.tar.gz genkernel-dec09518e7dc2d74319a32bd3e9b4698f6a424c7.tar.bz2 genkernel-dec09518e7dc2d74319a32bd3e9b4698f6a424c7.zip |
Adding additional files to .gitattributes to enable Ident.
-rw-r--r-- | .gitattributes | 4 | ||||
-rw-r--r-- | ChangeLog | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f201a08..8fb5192 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ +AUTHORS ident +BUGS ident ChangeLog ident +HACKING ident README ident +TODO ident @@ -3,6 +3,9 @@ # Distributed under the GPL v2 # $Id$ + 25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> .gitattributes: + Adding additional files to .gitattributes to enable Ident. + 25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> +.gitattributes: Adding .gitattributes file. |