From c6bfdf94264faf47abf92fb5e1b1872a4574fc37 Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Wed, 26 Feb 2020 16:50:04 -0800 Subject: [PATCH] Revert "meta: remove herb, urbit .gitignore files [ci skip]" This reverts commit 7fab8be0dc0904965d32c971369486564f84b5c0. --- pkg/herb/.gitignore | 1 + pkg/urbit/.gitignore | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 pkg/herb/.gitignore create mode 100644 pkg/urbit/.gitignore diff --git a/pkg/herb/.gitignore b/pkg/herb/.gitignore new file mode 100644 index 000000000..c4a847d90 --- /dev/null +++ b/pkg/herb/.gitignore @@ -0,0 +1 @@ +/result diff --git a/pkg/urbit/.gitignore b/pkg/urbit/.gitignore new file mode 100644 index 000000000..4bd49beef --- /dev/null +++ b/pkg/urbit/.gitignore @@ -0,0 +1,24 @@ +# +# Configuration Result +# +/config.mk +include/config.h +# +# Build Outputs +# +*.o +/build/* +/tags +# +# Editor Bullshit +# +.tags +TAGS +cscope.* +.DS_Store +/.etags +GPATH +GRTAGS +GTAGS +*.swo +*.swp