Skip to content

Commit 4903637

Browse files
author
bugmaster
committed
Re-initialization of repository in Git
0 parents  commit 4903637

2 files changed

Lines changed: 87 additions & 0 deletions

File tree

.gitattributes

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
.gitattributes eol=lf
2+
.gitignore eol=lf
3+
*.txt eol=lf
4+
*.h eol=lf
5+
*.c eol=lf
6+
*.inl eol=lf
7+
*.cpp eol=lf
8+
*.cxx eol=lf
9+
*.gxx eol=lf
10+
*.hxx eol=lf
11+
*.ixx eol=lf
12+
*.jxx eol=lf
13+
*.lxx eol=lf
14+
*.pxx eol=lf
15+
*.cdl eol=lf
16+
*.edl eol=lf
17+
*.mm eol=lf
18+
*.el eol=lf
19+
*.sh eol=lf
20+
*.csh eol=lf
21+
*.tcl eol=lf
22+
*.workspace eol=lf
23+
*.cbp eol=lf
24+
*.svg eol=lf
25+
*.xib eol=lf
26+
*.plist eol=lf
27+
*.java eol=lf
28+
*.igs eol=lf
29+
*.iges eol=lf
30+
*.stp eol=lf
31+
*.step eol=lf
32+
*.brep eol=lf
33+
*.rle eol=lf
34+
*.vrml eol=lf
35+
FILES eol=lf
36+
PACKAGES eol=lf
37+
EXTERNLIB eol=lf
38+
UDLIST eol=lf
39+
*.bat eol=crlf
40+
*.cmd eol=crlf
41+
*.rc eol=crlf
42+
*.cs eol=crlf
43+
*.def eol=crlf
44+
*.iss eol=crlf
45+
*.ini eol=crlf
46+
*.lng eol=crlf
47+
*.vcproj eol=crlf
48+
*.csproj eol=crlf
49+
*.vcxproj* eol=crlf
50+
*.sln eol=crlf
51+
*.res eol=crlf
52+
*.resx eol=crlf
53+
*.dll binary
54+
*.so binary
55+
*.dylib binary
56+
*.7z binary
57+
*.pdf binary
58+
*.png binary
59+
*.jpg binary
60+
*.bmp binary
61+
*.gif binary
62+
*.xwd binary
63+
*.ico binary
64+
*.icns binary
65+
*.std binary
66+
*.gz binary
67+
*.doc binary
68+
*.rgb binary
69+
*.mft binary
70+
*.stl binary

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# /
3+
/.adm
4+
/sun
5+
/lin
6+
/ao1
7+
/sil
8+
/wnt
9+
/drv
10+
/inc
11+
/work
12+
/win32
13+
/win64
14+
15+
# /adm/
16+
/adm/win32
17+
/adm/win64

0 commit comments

Comments
 (0)