Add Aurora build file and .gitignore

This commit is contained in:
Reece Wilson 2021-10-24 12:51:01 +01:00
parent 798559b447
commit 917ad238b9
2 changed files with 35 additions and 0 deletions

29
.gitignore vendored Normal file
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

6
Aurora.json Normal file
View File

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