summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-25 09:03:00 -0300
committerRenato Botelho <renato@netgate.com>2015-08-25 14:49:54 -0300
commit78b0f246af03e56a4a8c244c7f2dde574d0ee250 (patch)
tree6e3d31f2eb3a51c615274772dac4d68489ee03df /.gitignore
parent4a6ea7b2745f25d92024b32571b783b13198818d (diff)
downloadpfsense-78b0f246af03e56a4a8c244c7f2dde574d0ee250.zip
pfsense-78b0f246af03e56a4a8c244c7f2dde574d0ee250.tar.gz
Adapt tools scripts for pfSense main repo (round #1):
- Move SCRATCHDIR to ./tmp and add it to .gitignore - Move logs to ./logs and add it to .gitignore - Add build.conf to .gitignore - Rename BUILDER_TOOLS to BUILDER_ROOT that makes more sense in new infrastructure - Change some (cd DIR && git) to git -C DIR - Remove BASE_DIR - Remove TOOLS_DIR - Remove update_product_repository() - Remove TOOLS_*_COMMIT variables - Rename PRODUCT_CURRENT_COMMIT and PRODUCT_LAST_COMMIT to simply CURRENT_COMMIT and LAST_COMMIT - Remove all use of GIT_REPO_DIR, GIT_REPO_UTL and GIT_REPO_TOOLS - Change clone_to_staging_area() to clone ./src instad of ./ - Detect if script was called from / or /tools and set BUILDER_ROOT and BUILDER_SCRIPTS properly - Create SCRATCHDIR if it doesn't exist
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2b2fe03..267142b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
.DS_Store
_notes/
+/tmp/
+/logs/
+/build.conf
# Ignore Vim swap files
.*.swp
OpenPOWER on IntegriCloud