~ubuntu-branches/ubuntu/utopic/ruby-ice-nine/utopic

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Package Import Robot
  • Author(s): Jonas Genannt
  • Date: 2014-03-04 19:00:45 UTC
  • Revision ID: package-import@ubuntu.com-20140304190045-13ohjqeua4ng0zmz
Tags: upstream-0.11.0
ImportĀ upstreamĀ versionĀ 0.11.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## MAC OS
 
2
.DS_Store
 
3
 
 
4
## TEXTMATE
 
5
*.tmproj
 
6
tmtags
 
7
 
 
8
## EMACS
 
9
*~
 
10
\#*
 
11
.\#*
 
12
 
 
13
## VIM
 
14
*.swp
 
15
 
 
16
## Rubinius
 
17
*.rbc
 
18
.rbx
 
19
 
 
20
## PROJECT::GENERAL
 
21
*.gem
 
22
coverage
 
23
profiling
 
24
turbulence
 
25
rdoc
 
26
pkg
 
27
tmp
 
28
doc
 
29
log
 
30
.yardoc
 
31
measurements
 
32
 
 
33
## BUNDLER
 
34
.bundle
 
35
Gemfile.lock
 
36
 
 
37
## PROJECT::SPECIFIC