Add Aurora build file and .gitignore

master
Reece Wilson 2021-10-24 12:51:30 +01:00
parent 5ac100d878
commit e9b8d45e0a
2 changed files with 37 additions and 0 deletions

29
.gitignore vendored 100644
View File

@ -0,0 +1,29 @@
Build_CompilerWorkingDirectory/*
Build_Developers/*
Build_Ship/*
Build_Internal/*
Build_Develop/*
Build_CWD/*
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.licenseheader
*.dll
*.exe
*.obj
*.so
*.dynlib
*.lib
*.d
*.o
*.a
*.la
*.out
.vs
compile_flags.txt
*.mk
*.project
*cmake
.intellij
.clion
Makefile

8
Aurora.json 100644
View File

@ -0,0 +1,8 @@
{
"name":" AuroraInterfaces",
"depends": "AuroraForEach",
"include-depends": "AuroraForEach",
"type": "generic",
"include": "Include",
"noLink": true
}