-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (21 loc) · 906 Bytes
/
.gitattributes
File metadata and controls
24 lines (21 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##############################################################################
# Copyright (c) 2020-2026 John Whaley and com.github.javabdd contributors
#
# See the CONTRIBUTORS file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the GNU Library General Public License v2 or later, which is
# available at https://spdx.org/licenses/LGPL-2.0-or-later.html
#
# SPDX-License-Identifier: LGPL-2.0-or-later
##############################################################################
# Set the default behavior, convert to native line endings on checkout.
* text=auto
# Declare files that will always have certain line endings on checkout.
*.bash text eol=lf
*.sh text eol=lf
# Denote all files that are truly binary.
*.class binary
*.jar binary
*.png binary