diff options
author | Chris Gianelloni <wolf31o2@wolf31o2.org> | 2009-09-02 08:33:38 -0700 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@wolf31o2.org> | 2009-09-02 08:33:38 -0700 |
commit | 6196e8b880524a71c53fb1dcc29db0052e42f294 (patch) | |
tree | b532eff0d7e1c64710ea79174c35a67140ead0d1 /.gitattributes | |
parent | Apply patch for module blacklisting from gentoo bug #282148 (diff) | |
download | catalyst-6196e8b880524a71c53fb1dcc29db0052e42f294.tar.gz catalyst-6196e8b880524a71c53fb1dcc29db0052e42f294.tar.bz2 catalyst-6196e8b880524a71c53fb1dcc29db0052e42f294.zip |
Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, and TODO.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..19ad929b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +AUTHORS ident +ChangeLog ident +README ident +TODO ident +catalyst ident +*.py ident +*.sh ident |