diff options
| author | 2012-10-10 15:18:42 +0000 | |
|---|---|---|
| committer | 2012-10-10 15:18:42 +0000 | |
| commit | fa09b1ba207c53c4f025bbf8ab4ea588248538bc (patch) | |
| tree | a98801b108996fd2ea42a2e8ce53348d16797c43 /.gitattributes | |
| parent | 75612647b506b8c87f73c2719569036de9f38b55 (diff) | |
Added experimental support for using Berkeley PLA files as input to jedutil. [Curt Coder]
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7fca1b1e0b1..f3d699a17bb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2103,6 +2103,8 @@ src/lib/util/options.c svneol=native#text/plain src/lib/util/options.h svneol=native#text/plain src/lib/util/palette.c svneol=native#text/plain src/lib/util/palette.h svneol=native#text/plain +src/lib/util/plaparse.c svneol=native#text/plain +src/lib/util/plaparse.h svneol=native#text/plain src/lib/util/png.c svneol=native#text/plain src/lib/util/png.h svneol=native#text/plain src/lib/util/pool.c svneol=native#text/plain |
