mirror of
https://github.com/ceph/ceph
synced 2025-01-06 03:01:24 +00:00
9a5a7fe4f0
Make gitignore entries not match recursively. I wanted to introduce a directory "osdmaptool" to contain cli tests for that tool, but all the files there were ignored because of these rules. Better be explicit about what you want ignored. Move all ignores for generated binaries to be together. Fixed "testecph" typo. Added ignores for: testdout_streambuf testsignal_handlers testtimers.
42 lines
367 B
Plaintext
42 lines
367 B
Plaintext
*.o
|
|
*.lo
|
|
*.a
|
|
*~
|
|
*.co
|
|
*.deb
|
|
*.tar.gz
|
|
*.dsc
|
|
*.changes
|
|
./config.*
|
|
*.gcno
|
|
.deps
|
|
web/*.html
|
|
gmon.out
|
|
core.*
|
|
vgcore.*
|
|
src/Makefile
|
|
Makefile.in
|
|
Makefile
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.log
|
|
config.status
|
|
configure
|
|
stamp-h1
|
|
depcomp
|
|
install-sh
|
|
missing
|
|
src/ceph_ver.h
|
|
release
|
|
*.la
|
|
ceph.spec
|
|
compile
|
|
config.guess
|
|
config.sub
|
|
libtool
|
|
ltmain.sh
|
|
cscope.files
|
|
cscope.out
|
|
*.swp
|
|
*.swo
|