Merge branch 'feature/ignore-generated-files' into 'develop'

Added Asuro.pas to .gitignore

See merge request spexeah/asuro!1
This commit is contained in:
Kieron 2021-06-20 20:07:25 +00:00
commit b78b0e040a
2 changed files with 1 additions and 24 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/*.md5 /*.md5
/*.sh~ /*.sh~
/*.img /*.img
src/include/asuro.pas

View File

@ -1,24 +0,0 @@
unit asuro;
interface
const
VERSION = '1.1.0-a';
VERSION_MAJOR = '1';
VERSION_MINOR = '1';
VERSION_SUB = '0';
REVISION = '';
RELEASE = 'a';
LINE_COUNT = 33270;
FILE_COUNT = 106;
DRIVER_COUNT = 34;
FPC_VERSION = '2.6.4';
NASM_VERSION = '2.14.02';
MAKE_VERSION = '4.2.1';
COMPILE_DATE = '20/06/21';
COMPILE_TIME = '01:26:22';
CHECKSUM = '7f99140bf11cfd367c86bca3e44db0d9';
implementation
end.