mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
updated .gitignore file
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,2 +1,23 @@
|
|||||||
|
## MAC OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
## TEXTMATE
|
||||||
|
*.tmproj
|
||||||
|
tmtags
|
||||||
|
|
||||||
|
## EMACS
|
||||||
|
*~
|
||||||
|
\#*
|
||||||
|
.\#*
|
||||||
|
|
||||||
|
## VIM
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
## PROJECT::GENERAL
|
||||||
|
coverage
|
||||||
|
rdoc
|
||||||
|
pkg
|
||||||
|
|
||||||
|
## PROJECT::SPECIFIC
|
||||||
|
.yardoc/*
|
||||||
spec/db/*
|
spec/db/*
|
||||||
|
|||||||
Reference in New Issue
Block a user