summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Do not ignore x86 source code directories anywhere under thirdparty directoryipsoftdev2022-12-201-2/+4
|
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-121-1/+1
|\ | | | | | | Rename all gdnative occurences to gdextension
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
* | Fix libtheora source code being mistakenly `.gitignore`dHugo Locurcio2022-12-071-0/+2
|/
* Add VS's enc_temp_folder to .gitignoreocean (they/them)2022-11-181-0/+1
|
* Merge pull request #67309 from groud/implement_gdnative_interface_h_dumpRémi Verschelde2022-10-311-0/+1
|\ | | | | | | Implement a way to dump the gdnative_interface.h file from the executable
| * Implement a way to dump the gdnative_interface.h file from the executableGilles Roudière2022-10-131-0/+1
| |
* | Add JetBrains Fleet folder to gitignoreIgnacio Roldán Etcheverry2022-10-131-0/+1
|/
* Replace local web server setup for web editor with a Python-based solutionHugo Locurcio2022-10-041-2/+2
| | | | | | | | This makes it easier to set up, as you always have Python installed when building Godot. On the other hand, you don't always have Node.js + npm installed (and you may not want to spend time running `npm install`). Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
* Add ability to extend the set of Git pre-commit hooksPedro J. Estébanez2022-08-301-0/+1
|
* HTML5: Run `npm audit fix`Rémi Verschelde2022-05-251-0/+1
| | | | | And re-add `node_modules` to `.gitignore` which I mistakenly removed with an earlier cleanup.
* Re-add some needed patterns to .gitignoreRémi Verschelde2022-03-311-6/+7
|
* Cleanup and reorder .gitignoreRémi Verschelde2022-03-171-264/+229
| | | | | Group things better in categories, and remove a ton of VS junk. Some of it might still be needed and could need to be re-added.
* Main: Fixup --dump-extension-api after #54017Rémi Verschelde2021-10-211-0/+3
| | | | | | That removal was correct, but triggered a bug in our messy-as-heck main.cpp detection logic for editor/project manager/project/command line tool... Fixing this is for another day.
* Add tests for TranslationsO01eg2021-09-291-0/+3
|
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
|
* gitignore: Ignore Kate swap filesDanil Alexeev2021-01-271-1/+4
|
* Ignore clangd 11+ cache folderMichael Alexsander2021-01-201-0/+1
|
* Add a separate `nativeSrcsConfigs` module to handle Android Studio ↵Fredia Huya-Kouadio2020-10-291-0/+1
| | | | constraints for native code editor support.
* vulkan: Sync loader, headers and glslang to sdk-1.2.154.0Rémi Verschelde2020-10-151-1/+0
| | | | | | | | | | | Actually sdk-1.2.154.1 for Vulkan-Loader. glslang is updated to bacaef3237c515e40d1a24722be48c0a0b30f75f which is the known-good version for Vulkan-ValidationLayers 1.2.154.0. COPYRIGHT.txt was synced with the current version of the glslang LICENSE.txt, and `glslang/register_types.cpp` now uses the upstream definition for its default builtin resource instead of hardcoding it.
* git: Ignore clangd cache folderMartin Capitanio2020-09-101-0/+3
|
* t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-1/+3
| | | | | | | | | | Implements exit codes into the engine so tests can return their statuses. Ideally we don't do this, and we use FIXUP logic to 'begin' and 'end' the engine execution for tests specifically. Since realistically we're initialising the engine here we don't want to do that, since String should not require an engine startup to test a single header. This lowers the complexity of running the unit tests and even for physics should be possible to implement such a fix.
* gitignore: Ignore binutils linker temp stXXXXXX objectsRémi Verschelde2020-07-231-0/+2
| | | | | | Fixes #40607. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Add Code::Blocks files to .gitignore.Marcel Admiraal2020-06-151-0/+5
|
* SCons: Dump construction environment to a fileAndrii Doroshenko (Xrayez)2020-06-101-0/+3
| | | | | | A new `methods.dump(env)` is added to dump the construction environment used by SCons to build Godot to a `.scons_env.json`. The file can be used for debugging purposes and any external tool.
* Add `custom.py` to .gitignoreAndrii Doroshenko (Xrayez)2020-05-181-0/+3
| | | | | | The default `custom.py` can be created at the root of the Godot repository to initialize any SCons build options via file which are specific to user.
* Vulkan rendering for AndroidPouleyKetchoupp2020-04-031-0/+1
|
* Style: Add black format to fix_style.shRémi Verschelde2020-03-311-0/+1
| | | | Also ignore new Android build artifact.
* Merge pull request #36800 from qarmin/added_some_gitignore_recordsRémi Verschelde2020-03-051-0/+20
|\ | | | | Added to .gitignore - Cppcheck folder and Gcov, Lcov code coverage
| * Added to .gitignore - Cppcheck and code coverageRafał Mikrut2020-03-041-0/+20
| |
* | Miscellaneous cleanup for the Android codebase:fhuya2020-03-041-1/+1
|/ | | | | | | | - update gradle plugins versions - add formatting rules for AndroidManifest and gradle build files - cleanup java_godot_lib_jni Note: logic was mostly moved around and no new logic/functionality was added.
* Added support to allow to compile Godot from the same directory while using ↵Fabian Mathews2020-01-011-1/+1
| | | | | | different versions of python (cherry picked from commit beee8b37763dd25a105d75274b3f2fffe35f69e1)
* Travis CI: Test project exporting/script running in the headless editorHugo Locurcio2019-08-201-0/+1
|
* Fixes minor issues found by static analyzerqarmin2019-07-071-0/+2
|
* Add Android Studio support.fhuya2019-05-291-5/+9
|
* .gitignore improvements for Windows/macOSMax Hilbrunner2019-05-281-6/+23
|
* Update .gitignoreLinux User2019-04-251-1/+3
| | | | Update .gitignore
* Android now (optionally) builds the template when exportingJuan Linietsky2019-04-071-3/+0
| | | | | Added new way to create add-ons Removed old way to create add-ons
* Ignore default ccls cache folder and compile commands jsoMartin Wallin2019-03-141-0/+7
|
* Merge pull request #23436 from Toshiwoz/primitives_propertiesRémi Verschelde2018-11-021-0/+3
|\ | | | | fixed PrismMesh size property
| * fixed issue with PrismMesh size, ignore for VS code .code-workspaceToshiwo2018-11-011-0/+3
| |
* | ignore __pycache__ directoryxpol2018-10-301-0/+1
|/ | | which is generated during scons.
* Merge pull request #22134 from elasota/natvisRémi Verschelde2018-09-171-3/+0
|\ | | | | Add Visual Studio debug visualizer
| * Initial version of VS natvis fileelasota2018-09-171-3/+0
| |
* | [Mono] implement Transform.InterpolateWith()Kelly Thomas2018-09-151-0/+3
|/
* Add more IDE created files into .gitignoregeequlim2018-05-191-0/+3
|
* Added "*.tags" (Made by Geany's Ctags plugin) to the ".gitignore" file.Michael Alexsander Silva Dias2018-05-111-0/+1
|
* Added Geany/geany_plugins files to the ".gitignore".Michael Alexsander Silva Dias2018-01-071-0/+4
|
* Ignore Visual Studio '*.natvis' filesMatthias Hoelzl2017-12-091-0/+3
|
* Add cpp.hint file to improve IntelliSenseMatthias Hoelzl2017-11-191-0/+3
|