forked from WinMerge/winmerge
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,359 changed files
with
160,768 additions
and
295,662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Set default behaviour, in case users don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files we want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.txt text | ||
*.cpp text | ||
*.c text | ||
*.h text | ||
*.cmd text | ||
*.sln text | ||
*.vcproj text | ||
*.vcxproj text | ||
*.vcxproj.filters text | ||
*.page text | ||
*.html text | ||
*.xhtml text | ||
*.css text | ||
*.js text | ||
*.progen text | ||
*.xml text | ||
*.xsd text | ||
*.template text | ||
*.properties text | ||
*.ini text | ||
*.vxbuild text | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.bin binary | ||
*.mc binary | ||
*.png binary | ||
*.jpg binary | ||
*.gif binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
# Compiled # | ||
############ | ||
*.com | ||
*.class | ||
*.dll | ||
*.dylib | ||
*.exe | ||
*.slo | ||
*.lo | ||
*.o | ||
*.so | ||
*.lai | ||
*.la | ||
*.a | ||
*.d | ||
*.vsp | ||
*.psess | ||
|
||
# Gradle # | ||
########## | ||
!gradle.properties | ||
!settings.gradle | ||
!build.gradle | ||
!build.gradle.win | ||
!travis/.gradle/gradle.properties | ||
.gradle/ | ||
**/guild/ | ||
coverage/ | ||
|
||
# NuGet # | ||
######### | ||
*.nupkg | ||
|
||
# WiX # | ||
####### | ||
*.msi | ||
*.wixobj | ||
*.wixpdb | ||
|
||
# Make # | ||
######## | ||
config.build | ||
config.make | ||
|
||
# CLion # | ||
######## | ||
.idea/ | ||
|
||
# CMake # | ||
######## | ||
cmake_install.cmake | ||
cmake_uninstall.cmake | ||
CMakeFiles | ||
CMakeCache.txt | ||
CPackConfig.cmake | ||
CPackSourceConfig.cmake | ||
cmake_* | ||
cmake-build-* | ||
|
||
# Packages # | ||
############ | ||
# it's better to unpack these files and commit the raw source | ||
# git has its own built in compression methods | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
|
||
# Logs and databases # | ||
###################### | ||
*.log* | ||
*.sqlite | ||
*.db | ||
test*.txt | ||
XML/testsuite/rss.xml | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
Icon? | ||
ehthumbs.db | ||
Thumbs.db | ||
*~ | ||
|
||
# VS generated files # | ||
###################### | ||
*.obj | ||
*.exe | ||
*.pdb | ||
*.user | ||
*.aps | ||
*.pch | ||
*.ipch | ||
*.ncb | ||
*.suo | ||
*.sdf | ||
*.opensdf | ||
*.tlb | ||
*.tlh | ||
*.ilk | ||
*.lib | ||
*.exp | ||
*.idb | ||
*.rc | ||
*.res | ||
*.manifest | ||
*.tlog | ||
*.lastbuildstate | ||
*.unsuccessfulbuild | ||
*.opendb | ||
.vs/ | ||
release_shared/ | ||
debug_shared/ | ||
release_static/ | ||
debug_static/ | ||
release_static_md/ | ||
debug_static_md/ | ||
release_static_mt/ | ||
debug_static_mt/ | ||
bin/ | ||
bin64/ | ||
lib/ | ||
lib64/ | ||
pocomsg.h | ||
**/UpgradeLog*.XML | ||
.vs/ | ||
vcpkg_installed/ | ||
|
||
# Eclipse generated files # | ||
########################### | ||
.project | ||
.cproject | ||
.settings | ||
cmake-build/ | ||
|
||
# Temporary files # | ||
################### | ||
*.bak | ||
stage/ | ||
releases/ | ||
poco_build_stderr.out | ||
|
||
# vim # | ||
####### | ||
*.orig | ||
*.swp | ||
*.vim | ||
tags | ||
|
||
# Javascript # | ||
############## | ||
package-lock.json | ||
node_modules | ||
|
||
# Old Visual Studio files # | ||
########################### | ||
*_vs1[45]0.sln | ||
*_vs1[45]0.vcxproj | ||
*_vs1[45]0.vcxproj.filters | ||
|
||
# Debug files # | ||
############## | ||
*.core |
File renamed without changes.
Oops, something went wrong.