Fetch binary tools with build script, hide them with .gitignore
See original GitHub issueThe following bloat the repository and will lead to a slow, agonizing death:
- WurstPack\bin\worldedit.exe
- WurstPack\wurstscript\wurscript_b.exe
- WurstPack\vexorianjasshelper\jasshelper.exe
- WurstPack\vexorianjasshelper\clijasshelper.exe
- WurstPack\vexorianjasshelper\pjass.exe
- WurstPack\vexorianjasshelper\pjass_old.exe
- WurstPack\bin\exehack.exe
- WurstPack\mpqedit\mpqeditor.exe
- WurstPack\wurstscript\MpqCL.exe
- WurstPack\wurstscript\wurstscript.exe
- WurstPack\grimext\PatchGenerator.exe
- WurstPack\grimext\FileExporter.exe
- WurstPack\grimext\FileImporter.exe
- WurstPack\grimext\TriggerMerger.exe
- WurstPack\winmpq\WinMPQ.exe
- WurstPack\grimext\ObjectMerger.exe
- WurstPack\grimext\ConstantMerger.exe
- WurstPack\grimext\grimex.dll
- WurstPack\grimext\TileSetter.exe
- WurstPack\grimext\PathMapper.exe
- WurstPack\tesh\funclist.db
- WurstPack\tesh\horus.dll
- WurstPack\tesh\tesh.dll
If they are generated by WurstScript (successful builds) gitignore them. If they are tools required by WurstScript (libraries) fetch them with some equivalent of make config
(I suppose you use ant), and gitignore them.
Issue Analytics
- State:
- Created 9 years ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
How To Create A .gitignore File To Hide Your API Keys
A .gitignore file is a file that is created in the root directory of a repository that tells Git which files and/or directories...
Read more >How can I remove unmodifed binary files from git status?
You can use a .gitignore file to hide them from git status. Usually binary files can be created from source files (these belong...
Read more >Ignoring in Git: How To Use .gitignore Files - BMC Software
When making commits to any Git repository, you'll choose the files you want to stage and then you'll commit them.
Read more >gitignore/VisualStudio.gitignore at main - GitHub
Ignore Visual Studio temporary files, build results, and ... Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore.
Read more >2.2 Git Basics - Recording Changes to the Repository
As you edit files, Git sees them as modified, because you've changed them ... Setting up a .gitignore file for your new repository...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, it’s kind of happening. But slowly.
Once the new editor based on vscode is stable enough, I can ditch the Eclipse plugin (or at least entangle it from the compiler). Without the need for the Eclipse build system it becomes easy to use proper dependency management with gradle.
So check back next year for this issue 😃
Seems to work