summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <jonas.gunz@googlemail.com> 2014-11-06 19:53:09 +0100
committerGravatar Jonas Gunz <jonas.gunz@googlemail.com> 2014-11-06 19:53:09 +0100
commitb7a73ecab0b7cf22d9d322e60cac067662ed3465 (patch)
tree589ab1975113c3f023560e54b2f861845134cfb0 /.gitignore
parent51074a42d63f9e5de5897f8b7157034a4af21380 (diff)
downloadAVR-Tacho-b7a73ecab0b7cf22d9d322e60cac067662ed3465.tar.gz
Added explaining comments to codeHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 30 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 714a294..5f1e7e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+@@ -1,227 +1,26 @@
#################
## Eclipse
#################
@@ -224,4 +225,32 @@ pip-log.txt
.lss
.map
.o
-.srec \ No newline at end of file
+.srec
+ No newline at end of file
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# Custom for Visual Studio
+*.cs diff=csharp
+*.sln merge=union
+*.csproj merge=union
+*.vbproj merge=union
+*.fsproj merge=union
+*.dbproj merge=union
+*.cproj merge=union
+*.c diff=c
+
+
+
+# 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
+