From 4903637061008747701d1c99e029a0fc4e21f6ff Mon Sep 17 00:00:00 2001
From: bugmaster <bugmaster@opencascade.com>
Date: Mon, 5 Mar 2012 19:12:07 +0400
Subject: [PATCH] Re-initialization of repository in Git

---
 .gitattributes | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++
 .gitignore     | 17 ++++++++++++
 2 files changed, 87 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..63afc7a555
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,70 @@
+.gitattributes eol=lf
+.gitignore  eol=lf
+*.txt       eol=lf
+*.h         eol=lf
+*.c         eol=lf
+*.inl       eol=lf
+*.cpp       eol=lf
+*.cxx       eol=lf
+*.gxx       eol=lf
+*.hxx       eol=lf
+*.ixx       eol=lf
+*.jxx       eol=lf
+*.lxx       eol=lf
+*.pxx       eol=lf
+*.cdl       eol=lf
+*.edl       eol=lf
+*.mm        eol=lf
+*.el        eol=lf
+*.sh        eol=lf
+*.csh       eol=lf
+*.tcl       eol=lf
+*.workspace eol=lf
+*.cbp       eol=lf
+*.svg       eol=lf
+*.xib       eol=lf
+*.plist     eol=lf
+*.java      eol=lf
+*.igs       eol=lf
+*.iges      eol=lf
+*.stp       eol=lf
+*.step      eol=lf
+*.brep      eol=lf
+*.rle       eol=lf
+*.vrml      eol=lf
+FILES       eol=lf
+PACKAGES    eol=lf
+EXTERNLIB   eol=lf
+UDLIST      eol=lf
+*.bat       eol=crlf
+*.cmd       eol=crlf
+*.rc        eol=crlf
+*.cs        eol=crlf
+*.def       eol=crlf
+*.iss       eol=crlf
+*.ini       eol=crlf
+*.lng       eol=crlf
+*.vcproj    eol=crlf
+*.csproj    eol=crlf
+*.vcxproj*  eol=crlf
+*.sln       eol=crlf
+*.res       eol=crlf
+*.resx      eol=crlf
+*.dll       binary
+*.so        binary
+*.dylib     binary
+*.7z        binary
+*.pdf       binary
+*.png       binary
+*.jpg       binary
+*.bmp       binary
+*.gif       binary
+*.xwd       binary
+*.ico       binary
+*.icns      binary
+*.std       binary
+*.gz        binary
+*.doc       binary
+*.rgb       binary
+*.mft       binary
+*.stl       binary
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..071f26c537
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+
+# /
+/.adm
+/sun
+/lin
+/ao1
+/sil
+/wnt
+/drv
+/inc
+/work
+/win32
+/win64
+
+# /adm/
+/adm/win32
+/adm/win64