Migrate Get Requests invocations(libraries)
[integration/test.git] / .gitattributes
1 # Set the default behavior, in case people don't have core.autocrlf set.
2 * text=auto
3
4 # Denote all files that are truly binary and should not be modified.
5 *.png binary
6 *.jpg binary
7 *.gif binary
8 *.jar binary
9 *.ico binary
10 *.dat binary
11 *MessagesData binary
12 *TestData binary
13
14 # Explicitly declare text files you want to always be normalized and
15 # converted to native line endings on checkout. Here file extensions are
16 # declared.
17 *.py text
18 *.txt text
19 *.xml text
20 *.robot text
21 *.sh text
22 *.conf text
23 *.java text
24 *.jsp text
25 *.xtend text
26 *.xml2 text
27 *.xsd text
28 *.yang text
29 *.properties text
30 *.html text
31 *.css text
32 *.js text
33 *.jj text
34 *.json text
35 *.tooling text
36 *.factories text
37 *.handlers text
38 *.schemas text
39 *.proto text
40 *.less text
41 *.bat text
42 *.ini text
43 *.cfg text
44 *.launch text
45 *.target text
46 *.msg text
47
48 # In this section individual file names and other weird file patterns are
49 # declared.
50 COPYING text
51 LICENSE text
52 NOTICE text
53 README text
54 README.* text
55 README-* text
56 README_* text
57 Makefile text
58 .git* text
59 *-ok text
60 *-fail text
61 *-module text
62 .checkstyle text
63 karaf text
64 instance text
65 setenv text
66 RSA.pk text