Explorar o código

Add readme and gitignore

Lily Carpenter %!s(int64=9) %!d(string=hai) anos
achega
156eea7ad6
Modificáronse 2 ficheiros con 88 adicións e 0 borrados
  1. 87 0
      .gitingore
  2. 1 0
      README.org

+ 87 - 0
.gitingore

@@ -0,0 +1,87 @@
1
+
2
+# Created by https://www.gitignore.io/api/emacs,linux,latex
3
+
4
+### Emacs ###
5
+# -*- mode: gitignore; -*-
6
+*~
7
+\#*\#
8
+/.emacs.desktop
9
+/.emacs.desktop.lock
10
+*.elc
11
+auto-save-list
12
+tramp
13
+.\#*
14
+
15
+# Org-mode
16
+.org-id-locations
17
+*_archive
18
+
19
+# flymake-mode
20
+*_flymake.*
21
+
22
+# eshell files
23
+/eshell/history
24
+/eshell/lastdir
25
+
26
+# elpa packages
27
+/elpa/
28
+
29
+# reftex files
30
+*.rel
31
+
32
+# AUCTeX auto folder
33
+/auto/
34
+
35
+# cask packages
36
+.cask/
37
+
38
+
39
+### Linux ###
40
+*~
41
+
42
+# temporary files which can be created if a process still has a handle open of a deleted file
43
+.fuse_hidden*
44
+
45
+# KDE directory preferences
46
+.directory
47
+
48
+# Linux trash folder which might appear on any partition or disk
49
+.Trash-*
50
+
51
+
52
+### LaTeX ###
53
+*.acn
54
+*.acr
55
+*.alg
56
+*.aux
57
+*.bbl
58
+*.bcf
59
+*.blg
60
+*.dvi
61
+*.fdb_latexmk
62
+*.fls
63
+*.glg
64
+*.glo
65
+*.gls
66
+*.idx
67
+*.ilg
68
+*.ind
69
+*.ist
70
+*.lof
71
+*.log
72
+*.lot
73
+*.maf
74
+*.mtc
75
+*.mtc0
76
+*.nav
77
+*.nlo
78
+*.out
79
+*.pdfsync
80
+*.ps
81
+*.run.xml
82
+*.snm
83
+*.synctex.gz
84
+*.toc
85
+*.vrb
86
+*.xdy
87
+*.tdo

+ 1 - 0
README.org

@@ -0,0 +1 @@
1
+A presentation on making games with Common Lisp. Intended for people who do not currently program in Common Lisp, so includes some general Common Lisp knowledge/propaganda. Written in LaTex, exported as pdf.