| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #87878 from adamscott/emacs-gitignore | Rémi Verschelde | 2024-02-03 | 1 | -0/+4 |
|\ |
|
| * | Add basic Emacs .gitignore entries | Adam Scott | 2024-02-03 | 1 | -0/+4 |
* | | Add new VS proj generation logic that supports any platform that wants to opt in | Andreia Gaita | 2024-01-31 | 1 | -0/+1 |
|/ |
|
* | SCons: Update mypy | Thaddeus Crews | 2023-12-11 | 1 | -0/+3 |
* | Remove too greedy GCOV ignores from `.gitignore` | Rémi Verschelde | 2023-08-29 | 1 | -16/+2 |
* | add venv and .venv to the .gitignore | Alex Drozd | 2023-05-05 | 1 | -0/+4 |
* | Fix .gitignore ignores part of the committed repo. | Ben Rog-Wilhelm | 2023-02-17 | 1 | -3/+6 |
* | Change .gitignore's bin/ to bin | myaaaaaaaaa | 2023-02-07 | 1 | -1/+1 |
* | Do not ignore x86 source code directories anywhere under thirdparty directory | ipsoftdev | 2022-12-20 | 1 | -2/+4 |
* | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension | Rémi Verschelde | 2022-12-12 | 1 | -1/+1 |
|\ |
|
| * | Rename all gdnative occurences to gdextension | Gilles Roudière | 2022-12-12 | 1 | -1/+1 |
* | | Fix libtheora source code being mistakenly `.gitignore`d | Hugo Locurcio | 2022-12-07 | 1 | -0/+2 |
|/ |
|
* | Add VS's enc_temp_folder to .gitignore | ocean (they/them) | 2022-11-18 | 1 | -0/+1 |
* | Merge pull request #67309 from groud/implement_gdnative_interface_h_dump | Rémi Verschelde | 2022-10-31 | 1 | -0/+1 |
|\ |
|
| * | Implement a way to dump the gdnative_interface.h file from the executable | Gilles Roudière | 2022-10-13 | 1 | -0/+1 |
* | | Add JetBrains Fleet folder to gitignore | Ignacio Roldán Etcheverry | 2022-10-13 | 1 | -0/+1 |
|/ |
|
* | Replace local web server setup for web editor with a Python-based solution | Hugo Locurcio | 2022-10-04 | 1 | -2/+2 |
* | Add ability to extend the set of Git pre-commit hooks | Pedro J. Estébanez | 2022-08-30 | 1 | -0/+1 |
* | HTML5: Run `npm audit fix` | Rémi Verschelde | 2022-05-25 | 1 | -0/+1 |
* | Re-add some needed patterns to .gitignore | Rémi Verschelde | 2022-03-31 | 1 | -6/+7 |
* | Cleanup and reorder .gitignore | Rémi Verschelde | 2022-03-17 | 1 | -264/+229 |
* | Main: Fixup --dump-extension-api after #54017 | Rémi Verschelde | 2021-10-21 | 1 | -0/+3 |
* | Add tests for Translations | O01eg | 2021-09-29 | 1 | -0/+3 |
* | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke | 2021-08-22 | 1 | -1/+1 |
* | gitignore: Ignore Kate swap files | Danil Alexeev | 2021-01-27 | 1 | -1/+4 |
* | Ignore clangd 11+ cache folder | Michael Alexsander | 2021-01-20 | 1 | -0/+1 |
* | Add a separate `nativeSrcsConfigs` module to handle Android Studio constraint... | Fredia Huya-Kouadio | 2020-10-29 | 1 | -0/+1 |
* | vulkan: Sync loader, headers and glslang to sdk-1.2.154.0 | Rémi Verschelde | 2020-10-15 | 1 | -1/+0 |
* | git: Ignore clangd cache folder | Martin Capitanio | 2020-09-10 | 1 | -0/+3 |
* | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered | 2020-07-24 | 1 | -1/+3 |
* | gitignore: Ignore binutils linker temp stXXXXXX objects | Rémi Verschelde | 2020-07-23 | 1 | -0/+2 |
* | Add Code::Blocks files to .gitignore. | Marcel Admiraal | 2020-06-15 | 1 | -0/+5 |
* | SCons: Dump construction environment to a file | Andrii Doroshenko (Xrayez) | 2020-06-10 | 1 | -0/+3 |
* | Add `custom.py` to .gitignore | Andrii Doroshenko (Xrayez) | 2020-05-18 | 1 | -0/+3 |
* | Vulkan rendering for Android | PouleyKetchoupp | 2020-04-03 | 1 | -0/+1 |
* | Style: Add black format to fix_style.sh | Rémi Verschelde | 2020-03-31 | 1 | -0/+1 |
* | Merge pull request #36800 from qarmin/added_some_gitignore_records | Rémi Verschelde | 2020-03-05 | 1 | -0/+20 |
|\ |
|
| * | Added to .gitignore - Cppcheck and code coverage | Rafał Mikrut | 2020-03-04 | 1 | -0/+20 |
* | | Miscellaneous cleanup for the Android codebase: | fhuya | 2020-03-04 | 1 | -1/+1 |
|/ |
|
* | Added support to allow to compile Godot from the same directory while using d... | Fabian Mathews | 2020-01-01 | 1 | -1/+1 |
* | Travis CI: Test project exporting/script running in the headless editor | Hugo Locurcio | 2019-08-20 | 1 | -0/+1 |
* | Fixes minor issues found by static analyzer | qarmin | 2019-07-07 | 1 | -0/+2 |
* | Add Android Studio support. | fhuya | 2019-05-29 | 1 | -5/+9 |
* | .gitignore improvements for Windows/macOS | Max Hilbrunner | 2019-05-28 | 1 | -6/+23 |
* | Update .gitignore | Linux User | 2019-04-25 | 1 | -1/+3 |
* | Android now (optionally) builds the template when exporting | Juan Linietsky | 2019-04-07 | 1 | -3/+0 |
* | Ignore default ccls cache folder and compile commands jso | Martin Wallin | 2019-03-14 | 1 | -0/+7 |
* | Merge pull request #23436 from Toshiwoz/primitives_properties | Rémi Verschelde | 2018-11-02 | 1 | -0/+3 |
|\ |
|
| * | fixed issue with PrismMesh size, ignore for VS code .code-workspace | Toshiwo | 2018-11-01 | 1 | -0/+3 |
* | | ignore __pycache__ directory | xpol | 2018-10-30 | 1 | -0/+1 |
|/ |
|