Add Aurora build file and .gitignore
This commit is contained in:
parent
5ac100d878
commit
e9b8d45e0a
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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
Normal file
8
Aurora.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"name":" AuroraInterfaces",
|
||||||
|
"depends": "AuroraForEach",
|
||||||
|
"include-depends": "AuroraForEach",
|
||||||
|
"type": "generic",
|
||||||
|
"include": "Include",
|
||||||
|
"noLink": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user