summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* SCons: pass `ninja_file` variable in tool instead of default nameYevhen Babiichuk (DustDFG)2024-11-181-2/+2
| | | | | | | Noticed that when I run with `ninja_file` it wasn't created even though in terminal I saw that the file will be generated Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
* SCons: Improve cache purging logicThaddeus Crews2024-11-151-3/+3
| | | | • Implement caching via SCons arguments, rather than environment variables
* Ignore Kate's build fileMichael Alexsander2024-06-051-0/+1
|
* SCons: Fix Ninja compilation with MSVCThaddeus Crews2024-04-041-0/+1
|
* SCons: Add an option to enable the experimental ninja build backendRiteo2024-03-151-0/+4
| | | | | | | | | | | | | | | With this option turned on, if properly set up, SCons generates a `build.ninja` file and quits. To actually build the engine, the user can then call `ninja` with whatever options they might prefer (not everything is yet transferred properly to this new generated file). Ideally, the scons file should never be called again, as ninja automatically detects any SCons build script change and invokes the required commands to regenerate itself. This approach speeds up incremental builds considerably, as it limits SCons to code generation and uses ninja's extremely fast timestamp-based file change detector.
* Add unit tests for CryptoKeyEdward Moulsdale2024-03-011-0/+1
|
* Merge pull request #87878 from adamscott/emacs-gitignoreRémi Verschelde2024-02-031-0/+4
|\ | | | | | | Add basic Emacs `.gitignore` entries
| * Add basic Emacs .gitignore entriesAdam Scott2024-02-031-0/+4
| |
* | Add new VS proj generation logic that supports any platform that wants to opt inAndreia Gaita2024-01-311-0/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Custom Visual Studio project generation logic that supports any platform that has a msvs.py script, so Visual Studio can be used to run scons for any platform, with the right defines per target. Invoked with `scons vsproj=yes` To generate build configuration files for all platforms+targets+arch combinations, users should call ``` scons vsproj=yes platform=XXX target=YYY [other build flags] ``` for each combination of platform+target[+arch]. This will generate the relevant vs project files but skip the build process, so that project files can be quickly generated without waiting for a command line build. This lets project files be quickly generated even if there are build errors. All possible combinations of platform+target are created in the solution file by default, but they won't do anything until each one is set up with a scons vsproj=yes command for the respective platform in the appropriate command line. This lets users only generate the combinations they need, and VS won't have to parse settings for other combos. Only platforms that opt in to vs proj generation by having a msvs.py file in the platform folder are included. Platforms with a msvs.py file will be added to the solution, but only the current active platform+target+arch will have a build configuration generated, because we only know what the right defines/includes/flags/etc are on the active build target currently being processed by scons. Platforms that don't support an editor target will have a dummy editor target that won't do anything on build, but will have the files and configuration for the windows editor target. To generate AND build from the command line, run ``` scons vsproj=yes vsproj_gen_only=no ```
* SCons: Update mypyThaddeus Crews2023-12-111-0/+3
|
* Remove too greedy GCOV ignores from `.gitignore`Rémi Verschelde2023-08-291-16/+2
| | | | | | | | | | | This would cause `updown.png` to be ignored in our default theme in 3.x. These ignores were added in #36800 for #36572 (see that PR for usage instructions). From a quick test, using `--output-file` for `lcov` and `--output-directory` for genhtml let us output the files in a way that won't conflict with the Git repository (e.g. in `bin/`, or outside the Git repo).
* add venv and .venv to the .gitignoreAlex Drozd2023-05-051-0/+4
|
* Fix .gitignore ignores part of the committed repo.Ben Rog-Wilhelm2023-02-171-3/+6
|
* Change .gitignore's bin/ to binmyaaaaaaaaa2023-02-071-1/+1
|
* 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
|