Update Flax .gitignore to skip generated code module header files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@ Cache/
|
|||||||
Binaries/
|
Binaries/
|
||||||
Output/
|
Output/
|
||||||
Logs/
|
Logs/
|
||||||
|
Source/*.Gen.*
|
||||||
Source/*.csproj
|
Source/*.csproj
|
||||||
/Package_*/
|
/Package_*/
|
||||||
!Source/Engine/Debug
|
!Source/Engine/Debug
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
// This code was auto-generated. Do not modify it.
|
|
||||||
|
|
||||||
#include "Engine/Scripting/BinaryModule.h"
|
|
||||||
#include "FlaxEngine.Gen.h"
|
|
||||||
|
|
||||||
StaticallyLinkedBinaryModuleInitializer StaticallyLinkedBinaryModuleFlaxEngine(GetBinaryModuleFlaxEngine);
|
|
||||||
|
|
||||||
extern "C" BinaryModule* GetBinaryModuleFlaxEngine()
|
|
||||||
{
|
|
||||||
static NativeBinaryModule module("FlaxEngine", MAssemblyOptions());
|
|
||||||
return &module;
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
// This code was auto-generated. Do not modify it.
|
|
||||||
|
|
||||||
using System.Reflection;
|
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
[assembly: AssemblyTitle("FlaxEngine")]
|
|
||||||
[assembly: AssemblyDescription("")]
|
|
||||||
[assembly: AssemblyConfiguration("")]
|
|
||||||
[assembly: AssemblyCompany("Flax")]
|
|
||||||
[assembly: AssemblyProduct("FlaxEngine")]
|
|
||||||
[assembly: AssemblyCopyright("Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.")]
|
|
||||||
[assembly: AssemblyTrademark("")]
|
|
||||||
[assembly: AssemblyCulture("")]
|
|
||||||
[assembly: ComVisible(false)]
|
|
||||||
[assembly: Guid("b8442186-4a70-7c85-704a-857c68060f38")]
|
|
||||||
[assembly: AssemblyVersion("1.5.6339")]
|
|
||||||
[assembly: AssemblyFileVersion("1.5.6339")]
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
// This code was auto-generated. Do not modify it.
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#define FLAXENGINE_NAME "FlaxEngine"
|
|
||||||
#define FLAXENGINE_VERSION Version(1, 5, 6339)
|
|
||||||
#define FLAXENGINE_VERSION_TEXT "1.5.6339"
|
|
||||||
#define FLAXENGINE_VERSION_MAJOR 1
|
|
||||||
#define FLAXENGINE_VERSION_MINOR 5
|
|
||||||
#define FLAXENGINE_VERSION_BUILD 6339
|
|
||||||
#define FLAXENGINE_COMPANY "Flax"
|
|
||||||
#define FLAXENGINE_COPYRIGHT "Copyright (c) 2012-2023 Wojciech Figat. All rights reserved."
|
|
||||||
|
|
||||||
class BinaryModule;
|
|
||||||
extern "C" FLAXENGINE_API BinaryModule* GetBinaryModuleFlaxEngine();
|
|
||||||
Reference in New Issue
Block a user