Initial commit
This commit is contained in:
commit
715ef8f5ff
99
.gitignore
vendored
Normal file
99
.gitignore
vendored
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
# ---> Lazarus
|
||||||
|
# Lazarus compiler-generated binaries (safe to delete)
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.lrs
|
||||||
|
*.res
|
||||||
|
*.compiled
|
||||||
|
*.dbg
|
||||||
|
*.ppu
|
||||||
|
*.o
|
||||||
|
*.or
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# Lazarus autogenerated files (duplicated info)
|
||||||
|
*.rst
|
||||||
|
*.rsj
|
||||||
|
*.lrt
|
||||||
|
|
||||||
|
# Lazarus local files (user-specific info)
|
||||||
|
*.lps
|
||||||
|
|
||||||
|
# Lazarus backups and unit output folders.
|
||||||
|
# These can be changed by user in Lazarus/project options.
|
||||||
|
backup/
|
||||||
|
*.bak
|
||||||
|
lib/
|
||||||
|
|
||||||
|
# Application bundle for Mac OS
|
||||||
|
*.app/
|
||||||
|
|
||||||
|
# ---> OpenSSL
|
||||||
|
# OpenSSL-related files best not committed
|
||||||
|
|
||||||
|
## Certificate Authority
|
||||||
|
*.ca
|
||||||
|
|
||||||
|
## Certificate
|
||||||
|
*.crt
|
||||||
|
|
||||||
|
## Certificate Sign Request
|
||||||
|
*.csr
|
||||||
|
|
||||||
|
## Certificate
|
||||||
|
*.der
|
||||||
|
|
||||||
|
## Key database file
|
||||||
|
*.kdb
|
||||||
|
|
||||||
|
## OSCP request data
|
||||||
|
*.org
|
||||||
|
|
||||||
|
## PKCS #12
|
||||||
|
*.p12
|
||||||
|
|
||||||
|
## PEM-encoded certificate data
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
## Random number seed
|
||||||
|
*.rnd
|
||||||
|
|
||||||
|
## SSLeay data
|
||||||
|
*.ssleay
|
||||||
|
|
||||||
|
## S/MIME message
|
||||||
|
*.smime
|
||||||
|
|
||||||
|
# ---> OCaml
|
||||||
|
*.annot
|
||||||
|
*.cmo
|
||||||
|
*.cma
|
||||||
|
*.cmi
|
||||||
|
*.a
|
||||||
|
*.o
|
||||||
|
*.cmx
|
||||||
|
*.cmxs
|
||||||
|
*.cmxa
|
||||||
|
|
||||||
|
# ocamlbuild working directory
|
||||||
|
_build/
|
||||||
|
|
||||||
|
# ocamlbuild targets
|
||||||
|
*.byte
|
||||||
|
*.native
|
||||||
|
|
||||||
|
# oasis generated files
|
||||||
|
setup.data
|
||||||
|
setup.log
|
||||||
|
|
||||||
|
# Merlin configuring file for Vim and Emacs
|
||||||
|
.merlin
|
||||||
|
|
||||||
|
# Dune generated files
|
||||||
|
*.install
|
||||||
|
|
||||||
|
# Local OPAM switch
|
||||||
|
_opam/
|
||||||
|
|
11
LICENSE
Normal file
11
LICENSE
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
This is APREAMBL.TEX, version 1.10e, written by Hans-Hermann Bode
|
||||||
|
(HHBODE@DOSUNI1.BITNET), for the BibTeX `adaptable' family, version 1.10.
|
||||||
|
See the file APREAMBL.DOC for a detailed documentation.
|
||||||
|
|
||||||
|
This program is distributed WITHOUT ANY WARRANTY, express or implied.
|
||||||
|
|
||||||
|
Copyright (C) 1991, 1992 Hans-Hermann Bode
|
||||||
|
|
||||||
|
Permission is granted to make and distribute verbatim copies of this document provided that the copyright notice and this permission notice are preserved on all copies.
|
||||||
|
|
||||||
|
Permission is granted to copy and distribute modified versions of this document under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
|
Loading…
Reference in New Issue
Block a user