aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-04 06:04:42 -0600
committerJens Axboe <axboe@kernel.dk>2022-06-04 06:04:42 -0600
commit9664daa178747f7095b8400125787cef08d6d21a (patch)
tree75524676f06debe34bd7554bbd26832961973a58
parentd4a41927e1184745f318fafef828d92060ba0d5b (diff)
downloadliburing-9664daa178747f7095b8400125787cef08d6d21a.tar.gz
Add cscope.out to .gitignore
If make cscope is used, we don't want to have the output file shown as being not part of the repo. Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 60fddd7..b5acffd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@ config-host.mak
config.log
liburing.pc
+
+cscope.out