Selaa lähdekoodia

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
pull/738/head
Paolo G. Giarrusso 10 vuotta sitten
vanhempi
commit
c56761e833
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      Agda.gitignore

+ 1
- 0
Agda.gitignore Näytä tiedosto

@@ -0,0 +1 @@
*.agdai

Loading…
Peruuta
Tallenna