Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chalco <59750547+dachalco@users.noreply.github.com>2021-01-27 20:38:20 +0300
committerGitHub <noreply@github.com>2021-01-27 20:38:20 +0300
commitd0afede565cea83069c18d90a2709f7839780782 (patch)
treeb058b7a0fdad8b5706b792aa5d9d92594e2b017a /.gitattributes
parent6b524a2fee7f98b7f72eb20489fbea7d46c2ba1c (diff)
Delete gitattributes (#253)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes105
1 files changed, 0 insertions, 105 deletions
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 81170d514..000000000
--- a/.gitattributes
+++ /dev/null
@@ -1,105 +0,0 @@
-# Line ending normalization
-* text=auto
-
-# Documents
-*.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
-*.md text
-*.adoc text
-*.textile text
-*.mustache text
-*.csv text
-*.tab text
-*.tsv text
-*.sql text
-*.html text
-*.css text
-
-# Graphics
-*.png binary
-*.jpg binary
-*.jpeg binary
-*.gif binary
-*.tif binary
-*.tiff binary
-*.ico binary
-*.svg binary
-*.eps binary
-
-#sources
-*.c text
-*.cc text
-*.cxx text
-*.cpp text
-*.c++ text
-*.hpp text
-*.h text
-*.h++ text
-*.hh text
-*.s text
-*.S text
-*.asm text
-
-# Compiled Object files
-*.slo binary
-*.lo binary
-*.o binary
-*.obj binary
-
-# Precompiled Headers
-*.gch binary
-*.pch binary
-
-# Compiled Dynamic libraries
-*.so binary
-*.dylib binary
-*.dll binary
-
-# Compiled Static libraries
-*.lai binary
-*.la binary
-*.a binary
-*.lib binary
-
-# Executables
-*.exe binary
-*.out binary
-*.app binary
-
-
-# Basic .gitattributes for a python repo.
-
-# Source files
-# ============
-*.pxd text
-*.py text
-*.py3 text
-*.pyw text
-*.pyx text
-
-# Binary files
-# ============
-*.db binary
-*.p binary
-*.pkl binary
-*.pyc binary
-*.pyd binary
-*.pyo binary
-
-# Note: .db, .p, and .pkl files are associated
-# with the python modules ``pickle``, ``dbm.*``,
-# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
-# (among others).
-
-*.sh text
-make text
-makefile text
-*.mk text