-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
68 lines (54 loc) · 1.19 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Backups and autosave files
*~
\#*\#
# Lispworks compiled files
*.fsl
*.ofasl
*.ufasl
*.xfasl
# SBCL compiled files
*.fasl
# We often need to put ‘secret’ stuff like account login details in
# ontologies, but which should not be committed to public IRS Git
# repositories. These things should be kept in files matching the
# pattern below.
secret*.lisp
# Built under Linux from the non-small originals.
assets/images/*-small.bmp
# Private configuration files
config/ontology-names
# Since the submodules will change over time, and between branches,
# ignore those that are present but not currently tracked.
external
# Holds logs produced by the IRS.
log
# WebOnto leaves droppings in here when ontologies are edited. On no
# account should they be commited.
old-ocml-source
# Images and deliverables under Windows...
*.exe
# ...and MacOS
*.app
# Specific images
tutorial-iswc-2007-publisher
tutorial-iswc-2007-server
# Folders tweaking information from Mac OSX
.DS_Store
# Texinfo dregs from the manual
doc/*.aux
doc/*.cp
doc/*.cps
doc/*.fn
doc/*.fns
doc/*.html
doc/*.ky
doc/*.log
doc/*.pdf
doc/*.pg
doc/*.toc
doc/*.tp
doc/*.vr
# Windows image thumbnails
Thumbs.db
# Quicklisp file
/quicklisp.lisp