Skip to content

Commit e150aed

Browse files
author
Konstantin Nosov
committed
Git migration:
- updated line endings - added gitignore - fixed warning in Unreal/Shaders/make.pl
1 parent b801fe2 commit e150aed

File tree

13 files changed

+1393
-1376
lines changed

13 files changed

+1393
-1376
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# This file contains rules that control how Git handles binary and text files, including line endings
3+
#
4+
5+
6+
*.bat eol=crlf
7+
*.sh eol=lf
8+
*.pl eol=lf

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
data/
2+
obj/
3+
bak/
4+
Tools/MaxActorXImport/ActorXImporter.ini
5+
Tools/UT2down/
6+
Unreal/Shaders.h

0 commit comments

Comments
 (0)