소스 검색

Create repository.

master
Sam Hocevar 4 년 전
커밋
7dae0e23df
2개의 변경된 파일35개의 추가작업 그리고 0개의 파일을 삭제
  1. +34
    -0
      .gitattributes
  2. +1
    -0
      .gitignore

+ 34
- 0
.gitattributes 파일 보기

@@ -0,0 +1,34 @@

# Everything is text unless it isn’t.
* text=auto

# Source files are whatever the OS prefers but should be
# normalised in the repository.
*.c text
*.cpp text
*.cc text
*.h text
*.hh text
*.lolfx text
*.cs text

# Vim doesn't like CRLF, even on Windows.
*.vim text eol=lf

# This allows autoconf/automake to work with the Linux subsystem
*.m4 text eol=lf
*.ac text eol=lf
*.am text eol=lf

# This is Windows-specific and should always have CRLF, or
# Visual Studio may misbehave.
*.sln text eol=crlf
*.csproj text eol=crlf
*.vcxproj text eol=crlf
*.resx text eol=crlf

# LFS mode for binaries
*.lib filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text
*.pdb filter=lfs diff=lfs merge=lfs -text
*.a filter=lfs diff=lfs merge=lfs -text

+ 1
- 0
.gitignore 파일 보기

@@ -0,0 +1 @@
.conan-cache

불러오는 중...
취소
저장