diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2014-05-02 18:26:50 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2014-05-02 18:26:50 +0200 |
commit | 345c0d8f7738aab20d2b45fd6c5ebf911b75e2fa (patch) | |
tree | 0ee3919571bab4c92d9ed306c671b879db9b12ff /.gitattributes | |
download | activemq-plugin-345c0d8f7738aab20d2b45fd6c5ebf911b75e2fa.tar.gz activemq-plugin-345c0d8f7738aab20d2b45fd6c5ebf911b75e2fa.tar.bz2 activemq-plugin-345c0d8f7738aab20d2b45fd6c5ebf911b75e2fa.tar.xz activemq-plugin-345c0d8f7738aab20d2b45fd6c5ebf911b75e2fa.zip |
o Initial import of ActiveMQ plugin for Jenkins.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9a8f287 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +*.java text +*.scala text +*.sql text + +*.png binary +*.jpg binary |