forked from bradharding/doomretro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
46 lines (44 loc) · 1.7 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
#
#========================================================================
#
# D O O M R e t r o
# The classic, refined DOOM source port. For Windows PC.
#
#========================================================================
#
# Copyright © 1993-2012 by id Software LLC, a ZeniMax Media company.
# Copyright © 2013-2020 by Brad Harding.
#
# DOOM Retro is a fork of Chocolate DOOM. For a list of credits, see
# <https://github.com/bradharding/doomretro/wiki/CREDITS>.
#
# This file is a part of DOOM Retro.
#
# DOOM Retro is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or (at your
# option) any later version.
#
# DOOM Retro 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with DOOM Retro. If not, see <https://www.gnu.org/licenses/>.
#
# DOOM is a registered trademark of id Software LLC, a ZeniMax Media
# company, in the US and/or other countries, and is used without
# permission. All other trademarks are the property of their respective
# holders. DOOM Retro is in no way affiliated with nor endorsed by
# id Software.
#
#========================================================================
#
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.c diff=c
*.h diff=h
*.sln merge=union
*.vxproj merge=union