1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-25 01:01:57 -07:00
Files
benchsuite
ci
complete
doc
globset
grep
grep-cli
grep-matcher
grep-pcre2
grep-printer
grep-regex
grep-searcher
ignore
pkg
scripts
src
termcolor
tests
wincolor
.gitignore
.travis.yml
CHANGELOG.md
COPYING
Cargo.lock
Cargo.toml
FAQ.md
GUIDE.md
ISSUE_TEMPLATE.md
LICENSE-MIT
README.md
UNLICENSE
appveyor.yml
build.rs
snapcraft.yaml
ripgrep/.gitignore
Andrew Gallant 09c5b2c4ea ci: update deployment for doc rearrangement
This fixes CI to handle the new documentation files. We also continue to
do more cleanup. In particular, we devise a nicer way of detecting the
most recent Cargo OUT_DIR by writing a dummy file, and looking for the
most recently modified version of that file.
2018-02-10 12:12:47 -05:00

18 lines
204 B
Plaintext

.*.swp
tags
target
/grep/Cargo.lock
/globset/Cargo.lock
/ignore/Cargo.lock
/termcolor/Cargo.lock
/wincolor/Cargo.lock
/deployment
# Snapcraft files
stage
prime
parts
*.snap
*.pyc
ripgrep*_source.tar.bz2