Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Archive
Alchemy Viewer
Commits
b64776e2
Commit
b64776e2
authored
5 years ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Replace hg config files with git
parent
4a8c0fbf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitattributes
+13
-0
13 additions, 0 deletions
.gitattributes
.gitignore
+19
-28
19 additions, 28 deletions
.gitignore
.hgeol
+0
-12
0 additions, 12 deletions
.hgeol
indra/tools/manifests/compatibility.manifest
+22
-22
22 additions, 22 deletions
indra/tools/manifests/compatibility.manifest
with
54 additions
and
62 deletions
.gitattributes
0 → 100644
+
13
−
0
View file @
b64776e2
* text eol=lf
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.gif binary
*.png binary
*.tga binary
*.jpg binary
*.j2k binary
/indra/tools/manifests/compatibility.manifest text eol=crlf
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.
h
gignore
→
.g
it
ignore
100755 → 100644
+
19
−
28
View file @
b64776e2
syntax: glob
# WinMerge temp files
*.bak
# Compiled python bytecode
...
...
@@ -8,16 +6,19 @@ syntax: glob
.*.swp
#OSX image cache file
*.DS_Store
#*.orig
*.orig
*.cpp.bak
*.h.bak
*.diff
*.old
*.rej
**/.vs
LICENSES
/build-*
/clion-*
indra/.distcc
build-linux-*
build-darwin-*
build-vc*
build-qt*
build-clion*
build-*
clion-linux*
indra/.idea
indra-build/
...
...
@@ -63,23 +64,13 @@ debian/files
build-stamp
configure-stamp
^indra/lib/python/mulib.*
^web/locale.*
^web/secondlife.com.*
^web/config.*
^indra/web/dataservice/locale.*
^indra/web/dataservice/lib/shared/vault.*
^indra/web/dataservice/vendor.*
glob:indra/newview/dbghelp.dll
glob:*.cpp.bak
glob:*.h.bak
glob:indra/newview/typed_locations.txt
glob:indra/newview/teleport_history.txt
glob:indra/newview/search_history.txt
glob:indra/newview/filters.xml
glob:indra/newview/avatar_icons_cache.txt
glob:indra/newview/avatar_lad.log
glob:*.diff
glob:*.old
indra/newview/typed_locations.txt
indra/newview/teleport_history.txt
indra/newview/search_history.txt
indra/newview/filters.xml
indra/newview/avatar_icons_cache.txt
indra/newview/avatar_lad.log
indra/newview/pilot.txt
indra/newview/pilot.xml
*.rej
This diff is collapsed.
Click to expand it.
.hgeol
deleted
100644 → 0
+
0
−
12
View file @
4a8c0fbf
[repository]
native = LF
[patterns]
path:indra/lscript/lscript_compile/windows/unistd.h = CRLF
path:indra/newview/installers/windows/FILES_ARE_UNICODE_UTF-16LE.txt = CRLF
path:indra/tools/vstool/README.txt = CRLF
**.h = native
**.cpp = native
**.py = native
**.xml = native
**.txt = native
This diff is collapsed.
Click to expand it.
indra/tools/manifests/compatibility.manifest
+
22
−
22
View file @
b64776e2
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
xmlns=
"urn:schemas-microsoft-com:asm.v1"
manifestVersion=
"1.0"
>
<compatibility
xmlns=
"urn:schemas-microsoft-com:compatibility.v1"
>
<application>
<!-- Windows 10 -->
<supportedOS
Id=
"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"
/>
<!-- Windows 8.1 -->
<supportedOS
Id=
"{1f676c76-80e1-4239-95bb-83d0f6d0da78}"
/>
<!-- Windows 8 -->
<supportedOS
Id=
"{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"
/>
<!-- Windows 7 -->
<supportedOS
Id=
"{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"
/>
</application>
</compatibility>
<asmv3:application
xmlns:asmv3=
"urn:schemas-microsoft-com:asm.v3"
>
<asmv3:windowsSettings
xmlns=
"http://schemas.microsoft.com/SMI/2005/WindowsSettings"
>
<dpiAware>
True/PM
</dpiAware>
</asmv3:windowsSettings>
<asmv3:windowsSettings
xmlns=
"http://schemas.microsoft.com/SMI/2016/WindowsSettings"
>
<dpiAwareness>
PerMonitorV2, PerMonitor, unaware
</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
xmlns=
"urn:schemas-microsoft-com:asm.v1"
manifestVersion=
"1.0"
>
<compatibility
xmlns=
"urn:schemas-microsoft-com:compatibility.v1"
>
<application>
<!-- Windows 10 -->
<supportedOS
Id=
"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"
/>
<!-- Windows 8.1 -->
<supportedOS
Id=
"{1f676c76-80e1-4239-95bb-83d0f6d0da78}"
/>
<!-- Windows 8 -->
<supportedOS
Id=
"{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"
/>
<!-- Windows 7 -->
<supportedOS
Id=
"{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"
/>
</application>
</compatibility>
<asmv3:application
xmlns:asmv3=
"urn:schemas-microsoft-com:asm.v3"
>
<asmv3:windowsSettings
xmlns=
"http://schemas.microsoft.com/SMI/2005/WindowsSettings"
>
<dpiAware>
True/PM
</dpiAware>
</asmv3:windowsSettings>
<asmv3:windowsSettings
xmlns=
"http://schemas.microsoft.com/SMI/2016/WindowsSettings"
>
<dpiAwareness>
PerMonitorV2, PerMonitor, unaware
</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment