From 68d9b91f53380e19eddfaf27b42d99457032d515 Mon Sep 17 00:00:00 2001
From: FGSFDSFGS <derp.primus@gmail.com>
Date: Wed, 6 Apr 2016 00:19:59 +0300
Subject: [PATCH] removed .git*

---
 .gitattributes | 17 -----------------
 .gitignore     | 23 -----------------------
 bin/.gitignore |  2 --
 tmp/.gitignore |  2 --
 4 files changed, 44 deletions(-)
 delete mode 100644 .gitattributes
 delete mode 100644 .gitignore
 delete mode 100644 bin/.gitignore
 delete mode 100644 tmp/.gitignore

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index bdb0cab..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1,17 +0,0 @@
-# Auto detect text files and perform LF normalization
-* text=auto
-
-# Custom for Visual Studio
-*.cs     diff=csharp
-
-# Standard to msysgit
-*.doc	 diff=astextplain
-*.DOC	 diff=astextplain
-*.docx diff=astextplain
-*.DOCX diff=astextplain
-*.dot  diff=astextplain
-*.DOT  diff=astextplain
-*.pdf  diff=astextplain
-*.PDF	 diff=astextplain
-*.rtf	 diff=astextplain
-*.RTF	 diff=astextplain
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2689e70..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,23 +0,0 @@
-# Precompiled and Delphi-specific files
-# without *.res
-*.exe
-*.obj
-*.dcu
-*.cbk
-*.dof
-*.ddp
-*.o
-*.or
-
-# Commonly used temporary files
-~*
-*.~*
-*.tmp
-*.bak
-
-# Windows-specific
-AppPackages/
-$RECYCLE.BIN/
-Thumbs.db
-ehthumbs.db
-Desktop.ini
diff --git a/bin/.gitignore b/bin/.gitignore
deleted file mode 100644
index c96a04f..0000000
--- a/bin/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
\ No newline at end of file
diff --git a/tmp/.gitignore b/tmp/.gitignore
deleted file mode 100644
index c96a04f..0000000
--- a/tmp/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
\ No newline at end of file
-- 
2.29.2