Skip to content

Commit 5e7249c

Browse files
authored
Sort .gitignore and ignore GenerateEverything (#1262)
1 parent 6660e8c commit 5e7249c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
# Keep this file in alphabetic order please!
2-
3-
*~
4-
.*.swp
5-
*.agdai
2+
# Sort with the command `sort -uf`
63
*.agda.el
7-
./_build/*
8-
.DS_Store
9-
*.lagda.el
4+
*.agdai
105
*.hi
6+
*.lagda.el
117
*.o
128
*.tix
139
*.vim
10+
*~
11+
.*.swp
12+
./_build/*
13+
.DS_Store
1414
dist
1515
dist-newstyle
1616
Everything.agda
1717
EverythingSafe.agda
1818
EverythingSafeGuardedness.agda
1919
EverythingSafeSizedTypes.agda
20-
html
20+
GenerateEverything
2121
Haskell
22+
html
2223
MAlonzo

0 commit comments

Comments
 (0)