mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 08:41:10 +00:00
change .gitignore line endings to UNIX
This commit is contained in:
parent
8e6740f15d
commit
c709a00b7b
72
.gitignore
vendored
72
.gitignore
vendored
|
@ -1,36 +1,36 @@
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
Testing
|
Testing
|
||||||
Coverage
|
Coverage
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
|
|
||||||
# generated by scripts/memory.sh
|
# generated by scripts/memory.sh
|
||||||
massif-*
|
massif-*
|
||||||
|
|
||||||
# MSVC files generated by CMake:
|
# MSVC files generated by CMake:
|
||||||
/*.sln
|
/*.sln
|
||||||
/*.vcxproj
|
/*.vcxproj
|
||||||
/*.filters
|
/*.filters
|
||||||
|
|
||||||
# MSVC build artifacts:
|
# MSVC build artifacts:
|
||||||
*.exe
|
*.exe
|
||||||
*.pdb
|
*.pdb
|
||||||
*.ilk
|
*.ilk
|
||||||
*.lib
|
*.lib
|
||||||
|
|
||||||
# Python build artifacts:
|
# Python build artifacts:
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
||||||
*.dir/
|
*.dir/
|
||||||
|
|
||||||
# Visual Studio artifacts
|
# Visual Studio artifacts
|
||||||
/visualc/VS2010/.localhistory/
|
/visualc/VS2010/.localhistory/
|
||||||
/visualc/VS2010/.vs/
|
/visualc/VS2010/.vs/
|
||||||
/visualc/VS2010/Debug/
|
/visualc/VS2010/Debug/
|
||||||
/visualc/VS2010/Release/
|
/visualc/VS2010/Release/
|
||||||
/visualc/VS2010/*.vcxproj.filters
|
/visualc/VS2010/*.vcxproj.filters
|
||||||
/visualc/VS2010/*.vcxproj.user
|
/visualc/VS2010/*.vcxproj.user
|
||||||
|
|
Loading…
Reference in a new issue