]> git.rkrishnan.org Git - functorrent.git/blob - .gitignore
Basic infrastructure for Extension messages (BEP 0010)
[functorrent.git] / .gitignore
1 # Build files
2 *.chi
3 *.chi.h
4 *.hi
5 *.o
6 *.p_hi
7 *.prof
8 *.tix
9 .cabal-sandbox/
10 .stack-work/
11 .hpc/
12 cabal-dev/
13 cabal.sandbox.config
14 dist
15 dist-sandbox
16
17 /Cabal/dist/
18 /Cabal/tests/Setup
19 /Cabal/Setup
20
21 /cabal-install/dist/
22 /cabal-install/Setup
23
24 # editor temp files
25
26 *#
27 .#*
28 *~
29 .*.swp
30
31 # GHC build
32
33 Cabal/GNUmakefile
34 Cabal/dist-boot/
35 Cabal/dist-install/
36 Cabal/ghc.mk
37
38 # TAGS files
39
40 TAGS
41 tags