]> git.rkrishnan.org Git - functorrent.git/blob - .gitignore
Merge pull request #30 from jaseemabid/master
[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 .hpc/
11 cabal-dev/
12 cabal.sandbox.config
13 dist
14 dist-sandbox
15
16 /Cabal/dist/
17 /Cabal/tests/Setup
18 /Cabal/Setup
19
20 /cabal-install/dist/
21 /cabal-install/Setup
22
23 # editor temp files
24
25 *#
26 .#*
27 *~
28 .*.swp
29
30 # GHC build
31
32 Cabal/GNUmakefile
33 Cabal/dist-boot/
34 Cabal/dist-install/
35 Cabal/ghc.mk
36
37 # TAGS files
38
39 TAGS
40 tags