Added simplecov
[erd-marker.git] / .gitignore
1 # rcov generated
2 coverage
3
4 # rdoc generated
5 rdoc
6
7 # yard generated
8 doc
9 .yardoc
10
11 # bundler
12 .bundle
13
14 # jeweler generated
15 pkg
16
17 # simplecov
18 coverage
19
20 # log files
21 *.log
22
23 # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
24 #
25 # * Create a file at ~/.gitignore
26 # * Include files you want ignored
27 # * Run: git config --global core.excludesfile ~/.gitignore
28 #
29 # After doing this, these files will be ignored in all your git projects,
30 # saving you from having to 'pollute' every project you touch with them
31 #
32 # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
33 #
34 # For MacOS:
35 #
36 #.DS_Store
37
38 # For TextMate
39 #*.tmproj
40 #tmtags
41
42 # For emacs:
43 *~
44 \#*
45 .\#*
46
47 # For vim:
48 #*.swp
49
50 # For redcar:
51 #.redcar
52
53 # For rubinius:
54 #*.rbc