forked from RobotLocomotion/libbot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
74 lines (67 loc) · 3.62 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# This file is part of libbot2.
#
# libbot2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by the
# Free Software Foundation, either version 3 of the License, or (at your
# option) any later version.
#
# libbot2 is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with libbot2. If not, see <https://www.gnu.org/licenses/>.
[attr]whitespace-2 whitespace=tab-in-indent,tabwidth=2,trailing-space
[attr]whitespace-4 whitespace=tab-in-indent,tabwidth=4,trailing-space
* text=auto
*.c diff=cpp text whitespace-2
*.cfg text whitespace-2
*.cmake text whitespace-2
*.cmake.in text whitespace-2
*.cpp diff=cpp text whitespace-2
*.glade text whitespace-2
*.h diff=cpp text whitespace-2
*.hpp diff=cpp text whitespace-2
*.html diff=html text
*.imp text whitespace-2
*.java diff=java text whitespace-4
*.lcm text whitespace-2
*.md text whitespace=-blank-at-eol,blank-at-eof
*.png binary
*.py diff=python text whitespace-4
*.py.in diff=python text whitespace-4
*.sh eol=lf text whitespace-2
*.sh.in eol=lf text whitespace-2
*.txt text whitespace=trailing-space
*.xml text whitespace-2
*.yml text whitespace-2
LICENSE.* text whitespace=trailing-space
.clang-format text whitespace-2
.clang-tidy text whitespace-2
.dockerignore text whitespace-2
.editorconfig text whitespace-2
.gitattributes export-ignore text whitespace-2
.gitignore export-ignore text whitespace-2
Brewfile diff=ruby text whitespace-2
CMakeLists.txt text whitespace-2
Dockerfile text whitespace-2
Doxyfile text whitespace-2
LICENSE text whitespace=trailing-space
README text whitespace=trailing-space
bot-ppmsgz diff=python text whitespace-4
bot-procman-sheriff diff=python text whitespace-4
bot-procman-sheriff.in eol=lf text whitespace-2
install_prereqs eol=lf text whitespace-2
package eol=lf text whitespace-2
bot-log2mat.in eol=lf text whitespace-2
CMakeFindDependencyMacro.cmake linguist-vendored -whitespace
FindJPEG.cmake linguist-vendored -whitespace
FindOpenGL.cmake linguist-vendored -whitespace
FindPkgConfig.cmake linguist-vendored -whitespace
FindPNG.cmake linguist-vendored -whitespace
FindX11.cmake linguist-vendored -whitespace
signal_slot.py linguist-vendored
.github/** export-ignore
bot2-procman/doc/** linguist-documentation
doc/** linguist-documentation