diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-07-03 16:57:07 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-07-03 16:57:07 +1000 |
commit | 8b6cc411cceb51b26579f8fcf94424b4842ef0bf (patch) | |
tree | 779ae4f76df38e6c6cd745bd63a5f44a9a169191 /obj | |
parent | 18b2b85a28c4e8d59cd564612bb7f60019c53051 (diff) |
Changed build from makefile to gpr file
Diffstat (limited to 'obj')
-rw-r--r-- | obj/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/obj/.gitignore b/obj/.gitignore new file mode 100644 index 0000000..fc50a55 --- /dev/null +++ b/obj/.gitignore @@ -0,0 +1,8 @@ + + +# ignore all in this directory except this file + +* +!.gitignore + + |