1 Star 2 Fork 2

Hotsun/monodevelop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitattributes 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
# NOTE: this file is for git 1.6.6 (and possibly older)
# Post-1.7.2 there is eol and text, and crlf is deprecated
# but we can't depend on an unreleased version...
# This file mainly controls line ending conversion behaviour, if
# the user has the setting core.autocrlf true.
# The meaning of the attributes is a little odd
# -crlf means DO NOT convert line endings
# crlf means CONVERT to lf in the repo & Linux/Mac, crlf on Windows
# First, turn off git line ending handling except on a case-by-case basis
# because our repo isn't normalized, in general.
# There are even files with mixed line endings.
* -crlf
# sln is always CRLF, even on linux, so don't convert
*.sln -crlf
# configure and makefiles should be lf only
configure
configure.in
configure.ac
configure.sh
Makefile
Makefile.am
Makefile.include
# These files can be converted, since they're new
.gitattributes crlf
.gitignore crlf
# Having proj files as crlf on windows will make VS happier
# MD can deal with (and preserve) either, so it doesn't matter.
# Unfortunately MD creates with LF, so we need to convert these.
*proj crlf
# All Stetic's files are always generated as LF, so explicitly ignore those.
# Sadly, git has useless path globs
*/*/gtk-gui/* -crlf
*/*/*/gtk-gui/* -crlf
*/*/*/*/gtk-gui/* -crlf
*/*/*/*/*/gtk-gui/* -crlf
*/*/*/*/*/*/gtk-gui/* -crlf
*/*/*/*/*/*/*/gtk-gui/* -crlf
*/*/*/*/*/*/*/*/gtk-gui/* -crlf
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hotsun007/monodevelop.git
[email protected]:hotsun007/monodevelop.git
hotsun007
monodevelop
monodevelop
master

搜索帮助