Packaging: add missing de pendency to pkgconfig
[profile/ivi/common-api-dbus-runtime.git] / .gitattributes
1 # set default behaviour, in case users don't have core.autocrlf set.
2 * text=auto
3
4 # Explicitly declare text files we want to always be normalized and converted 
5 # to native line endings on checkout.
6 *.am text
7 *.ac text
8 *.m4 text
9 *.in text
10
11 *.c text
12 *.cpp text
13 *.h text
14 *.hpp text
15
16 *.fidl text
17 *.java text
18 *.xtend text
19
20 *.html text
21 *.xml text
22
23 *.properties text
24
25 *.patch text
26
27 AUTHORS text
28 LICENSE* text
29 README text
30
31 # Eclipse
32 .autotools text
33 .cproject text
34 .project text
35 org.eclipse.core.resources.prefs text
36 *.MF text
37
38 # Declare files that will always have CRLF line endings on checkout.
39 *.sln binary
40 *.vcxproj binary
41
42 # Denote all files that are truly binary and should not be modified.
43 *.png binary
44 *.jpg binary