diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2017-12-14 08:25:05 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-12-15 02:22:35 +0000 |
commit | e1584a6c5da542a9b772b901208ad70840a6fa01 (patch) | |
tree | 93cb925757ba09dd917673494bd07b44d4e69539 | |
parent | a4bab9d5dcdba4ad45ec3c38e43f8b96e664f653 (diff) |
Ignore core files
Change-Id: I7ffaceb992d12fd255fe8a608b0493c2993c18c2
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0f597249055..3f8f3c4c4d6 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,6 @@ GTAGS # vppctl command list /src/scripts/vppctl-cmd-list + +# No core files +**/core
\ No newline at end of file |