Added the main source file for running tests in. Added premake4.lua so you can create a project for "any" platform/target of your choice. Added gitignore to only add those basic files, ignore everything else.
8 lines
No EOL
149 B
Text
8 lines
No EOL
149 B
Text
# Since we're using premake4, only include test source file and the premake4.lua,
|
|
# everything else can go.
|
|
|
|
*.*
|
|
|
|
!.gitignore
|
|
!main.cpp
|
|
!premake4.lua |