Actions
Feature #4625
closedadd cscope output to .gitignore
Start date:
2014-02-25
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
$ git diff diff --git a/.gitignore b/.gitignore index 1c3b884..112b42b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # .gitignore for illumos checkouts. # Note: this does not try to ignore all files in a fully built workspace. # Rather, you are expected to "make clobber" before running "git status". +cscope.out .make.state* /log /packages
Updated by Rich Lowe over 9 years ago
- Subject changed from add cscope.out to the .gitignore to add cscope output to .gitignore
Updated by Electric Monk over 9 years ago
git commit 04dfc08aa8f2f35510c97c3e9e543a45d0c5b7af
Author: Piotr Jasiukajtis <piotr.jasiukajtis@yahoo.com> 4625 add cscope output to .gitignore Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions