Version bump to 0.4.0
[graph.njae.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 generated
18 coverage
19
20 # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
21 #
22 # * Create a file at ~/.gitignore
23 # * Include files you want ignored
24 # * Run: git config --global core.excludesfile ~/.gitignore
25 #
26 # After doing this, these files will be ignored in all your git projects,
27 # saving you from having to 'pollute' every project you touch with them
28 #
29 # 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)
30 #
31 # For MacOS:
32 #
33 #.DS_Store
34
35 # For TextMate
36 #*.tmproj
37 #tmtags
38
39 # For emacs:
40 *~
41 \#*
42 .\#*
43
44 # For vim:
45 #*.swp
46
47 # For redcar:
48 #.redcar
49
50 # For rubinius:
51 #*.rbc