Initial generated project

This commit is contained in:
R. Tyler Croy 2019-01-05 15:42:39 -08:00
commit 291547d1ce
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
4 changed files with 11 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
obj/
lib/
*.sw*

0
lib/.gitignore vendored Normal file
View File

8
logga.gpr Normal file
View File

@ -0,0 +1,8 @@
library project Logga is
for Languages use ("Ada");
for Library_Name use "Logga";
for Source_Dirs use ("src");
for Object_Dir use "obj";
for Library_Dir use "lib";
for Library_Kind use "Static";
end Logga;

0
obj/.gitignore vendored Normal file
View File