]> git.rkrishnan.org Git - functorrent.git/blob - .gitignore
add gitignore file
[functorrent.git] / .gitignore
1 # trivial gitignore file
2 .cabal-sandbox/
3 cabal.sandbox.config
4 cabal-dev/
5 .hpc/
6 *.hi
7 *.chi
8 *.chi.h
9 *.o
10 *.p_hi
11 *.prof
12 *.tix
13 cabal.config
14 dist-sandbox
15 dist
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