diff options
author | Piotr Jasiukajtis <piotr.jasiukajtis@yahoo.com> | 2014-02-25 23:15:04 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2014-03-18 17:28:10 -0400 |
commit | 04dfc08aa8f2f35510c97c3e9e543a45d0c5b7af (patch) | |
tree | ab0996b49360713c39b91a966533987b36594c30 /.gitignore | |
parent | 1cfc4fb76704c672a9934898be440d8e012cebd4 (diff) | |
download | illumos-joyent-04dfc08aa8f2f35510c97c3e9e543a45d0c5b7af.tar.gz |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1c3b884ffc..617842941e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ # .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.files +cscope.out +ncscope.out +cscope.in.out +cscope.po.out .make.state* /log /packages |