mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 02:30:07 +02:00
Initial Git configuration
This commit is contained in:
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
*.bat git-encoding=utf-8 working-tree-encoding=cp866
|
||||
*.dfm git-encoding=utf-8 working-tree-encoding=windows-1251
|
||||
*.dpk git-encoding=utf-8 working-tree-encoding=windows-1251
|
||||
*.dpr git-encoding=utf-8 working-tree-encoding=windows-1251
|
||||
*.inc git-encoding=utf-8 working-tree-encoding=windows-1251
|
||||
*.pas git-encoding=utf-8 working-tree-encoding=windows-1251
|
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
*.$*
|
||||
*.~*
|
||||
*.bak
|
||||
*.cfg
|
||||
*.bpl
|
||||
*.dcp
|
||||
*.dcu
|
||||
*.dll
|
||||
*.dof
|
||||
*.dsk
|
||||
*.exe
|
||||
*.map
|
Reference in New Issue
Block a user