We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitignore
GenerateEverything
1 parent 6660e8c commit 5e7249cCopy full SHA for 5e7249c
.gitignore
@@ -1,22 +1,23 @@
1
# Keep this file in alphabetic order please!
2
-
3
-*~
4
-.*.swp
5
-*.agdai
+# Sort with the command `sort -uf`
6
*.agda.el
7
-./_build/*
8
-.DS_Store
9
-*.lagda.el
+*.agdai
10
*.hi
+*.lagda.el
11
*.o
12
*.tix
13
*.vim
+*~
+.*.swp
+./_build/*
+.DS_Store
14
dist
15
dist-newstyle
16
Everything.agda
17
EverythingSafe.agda
18
EverythingSafeGuardedness.agda
19
EverythingSafeSizedTypes.agda
20
-html
+GenerateEverything
21
Haskell
22
+html
23
MAlonzo
0 commit comments