Skip to content

Commit

Permalink
Create Agda.gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Blaisorblade committed Aug 15, 2013
1 parent b2c694d commit c56761e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Agda.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.agdai

0 comments on commit c56761e

Please sign in to comment.