Skip to content

Commit c56761e

Browse files
committed
Create Agda.gitignore
Ignore .agdai files, they're binary files generated by typechecking .agda files. Agda is an interactive proof assistant, home page here: http://wiki.portal.chalmers.se/agda/pmwiki.php `.agdai` files seem to be only documented here (and indirectly by googling): http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Main.PerformanceTips A prominent repository using Agda on github: https://github.com/HoTT/HoTT-Agda/ Their gitignore files: https://github.com/HoTT/HoTT-Agda/blob/master/.gitignore
1 parent b2c694d commit c56761e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Agda.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.agdai

0 commit comments

Comments
 (0)