Skip to content

Commit

Permalink
Git migration:
Browse files Browse the repository at this point in the history
- updated line endings
- added gitignore
- fixed warning in Unreal/Shaders/make.pl
  • Loading branch information
Konstantin Nosov committed Sep 19, 2014
1 parent b801fe2 commit e150aed
Show file tree
Hide file tree
Showing 13 changed files with 1,393 additions and 1,376 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# This file contains rules that control how Git handles binary and text files, including line endings
#


*.bat eol=crlf
*.sh eol=lf
*.pl eol=lf
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
data/
obj/
bak/
Tools/MaxActorXImport/ActorXImporter.ini
Tools/UT2down/
Unreal/Shaders.h
Loading

0 comments on commit e150aed

Please sign in to comment.