From 6835163b64529dfb9cd947957d4999c44a185173 Mon Sep 17 00:00:00 2001 From: Freeman Date: Sat, 9 May 2020 18:27:33 +0300 Subject: [PATCH] Initial Git configuration --- .gitattributes | 6 ++++++ .gitignore | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4c0b16c --- /dev/null +++ b/.gitattributes @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50024f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.$* +*.~* +*.bak +*.cfg +*.bpl +*.dcp +*.dcu +*.dll +*.dof +*.dsk +*.exe +*.map \ No newline at end of file