Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Git LFS tracking to all relevant binary files #993

Merged
merged 1 commit into from
Aug 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 2 additions & 29 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,11 @@
*.txt text
*.wnd text
LICENSE text

# Text files that will always have CRLF line endings on checkout. (Does not work properly. Do not use it.)
#*.bat text eol=crlf

# All files that are truly binary and should not be modified.
*.7z binary
*.ani binary
*.big binary
*.bik binary
*.bmp binary
*.csf binary
*.dds binary
*.dll binary
*.exe binary
*.gz binary
*.jpg binary
*.map binary
*.mp3 binary
*.ods binary
*.png binary
*.psd binary
*.pso binary
*.pyd binary
*.rar binary
*.scb binary
*.tar binary
*.tga binary
*.wak binary
*.w3d binary
*.wav binary
*.vso binary
*.xls binary
*.xlxs binary
*.zip binary
*.7z filter=lfs diff=lfs merge=lfs -text
*.ani filter=lfs diff=lfs merge=lfs -text
*.big filter=lfs diff=lfs merge=lfs -text
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ Welcome to the Generals Game Patch project that aims to fix and improve the orig
- [Issues](https://github.com/xezon/GeneralsGamePatch/issues)

### How to contribute
You can take part in our Issue reports and Pull Request section by commenting. Please keep it professional at all times. We prefer to work with data and evidence. You can also make contributions to the Project by creating Pull Request(s). You can find information on how to use Git effectively with web search.
You can take part in our Issue reports and Pull Request section by commenting. Please keep it professional. You can also make contributions to the Project by creating Pull Request(s).

On top of Git, this repository requires Git LFS. It can be installed from here:
- https://git-lfs.github.com/

### How we approach core objectives
In our first survey we asked community what they think about addressing bugs that affect gameplay: More than 90% of players want bugs to be fixed. Based on this result and also our discussions and experiences in the developer team, we decided to tackle changes and fixes with the following approach:
Expand Down