diff options
author | Tommi Virtanen <tv@inktank.com> | 2012-09-07 01:11:39 +0200 |
---|---|---|
committer | Tommi Virtanen <tv@inktank.com> | 2012-09-07 01:12:35 +0200 |
commit | 9d878bfb4db9ff3aefd78187f7bdd3aa27bddf08 (patch) | |
tree | f5df3521db25cc594a46da2e60ecc18ce912c004 /.gitignore | |
parent | rgw: fix usage (diff) | |
download | ceph-9d878bfb4db9ff3aefd78187f7bdd3aa27bddf08.tar.xz ceph-9d878bfb4db9ff3aefd78187f7bdd3aa27bddf08.zip |
gitignore: Remove "nbproject", no idea what that even is.
Looks like this line was accidentally introduced in commit
af4d8db55f7268ab68ee5a7e17ac58c993528566.
Signed-off-by: Tommi Virtanen <tv@inktank.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9775460132c..194dd2b6335 100644 --- a/.gitignore +++ b/.gitignore @@ -64,4 +64,3 @@ src/kvstorebench # temporary directory used by e.g. "make distcheck", e.g. ceph-0.42 /ceph-[0-9]*/ -/nbproject/private/ |