File: .gitignore

package info (click to toggle)
ruby-attr-required 1.0.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 160 kB
  • sloc: ruby: 290; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## MAC OS
.DS_Store

## TEXTMATE
*.tmproj
tmtags

## EMACS
*~
\#*
.\#*

## VIM
*.swp

## PROJECT::GENERAL
coverage*
rdoc
pkg
Gemfile.lock

## PROJECT::SPECIFIC