Merge branch 'feature/ignore-generated-files' into 'develop'
Added Asuro.pas to .gitignore See merge request spexeah/asuro!1
This commit is contained in:
commit
b78b0e040a
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/*.md5
|
||||
/*.sh~
|
||||
/*.img
|
||||
src/include/asuro.pas
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user