Pārlūkot izejas kodu

added the gitignore file

Andrea Gus 9 gadi atpakaļ
vecāks
revīzija
6c6ccbe7d2
1 mainītis faili ar 30 papildinājumiem un 0 dzēšanām
  1. 30 0
      .gitignore

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+# Created by https://www.gitignore.io/api/racket,haskell
+
+### Racket ###
+*~
+*.bak
+
+compiled/
+
+
+### Haskell ###
+dist
+dist-*
+cabal-dev
+*.o
+*.hi
+*.chi
+*.chs.h
+*.dyn_o
+*.dyn_hi
+.hpc
+.hsenv
+.cabal-sandbox/
+cabal.sandbox.config
+*.prof
+*.aux
+*.hp
+*.eventlog
+.stack-work/
+cabal.project.local
+.HTF/