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