File tree Expand file tree Collapse file tree 1 file changed +44
-1
lines changed
Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Original file line number Diff line number Diff line change 1+ # Agda interface files (compiled outputs)
12* .agdai
3+
4+ # Emacs backup and auto-save files
5+ * ~
6+ . #*
7+ \# * \#
8+ . \# *
9+ . \# * \#
10+ * .elc
11+
12+ # Emacs desktop save mode files
13+ .desktop
14+ .emacs.desktop
15+ .emacs.desktop.lock
16+
17+ # Emacs tramp temporary files
18+ .tramp
19+
20+ # Projectile project files
21+ .projectile
22+
23+ # Other Emacs temp or session files
24+ .session
25+
26+ # VSCode project settings
27+ .vscode /
28+
29+ # Agda standard library build cache (if you're vendoring it)
30+ ** /_build /
31+
32+ # Agda MAlonzo backend generated code
33+ src /MAlonzo /
34+
35+ # Log files, core dumps, etc.
36+ * .log
37+ * .dump
38+ * .out
39+
40+ # macOS clutter
241.DS_Store
3- src /MAlonzo
42+
43+ # Windows thumbnails
44+ Thumbs.db
45+
46+ # Ignore Everything.agda
447Everything.agda
You can’t perform that action at this time.
0 commit comments