Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2017-03-08 22:09:38 +0300
committerBryan Drewery <bryan@shatow.net>2017-03-08 22:37:48 +0300
commit28189f02d38b69fe2f5c4446b365ef879256aaa2 (patch)
treef829ff316764054db580163248c27ec8f58e252b /.gitignore
parentf9b13a5a76e63fc2860ae17b875ca864615d650e (diff)
Support VPATH builds
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 4ea850ef..27a640e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@
/nc
/poudriere_statsd
/poudriered
+/poudriere
/ptsort
/pwait
/rename
@@ -46,8 +47,9 @@ src/etc/rc.d/poudriered
src/stamp-h1
test/*.log
test/etc
-external/sh/builtins.c
-external/sh/builtins.def
-external/sh/builtins.h
+src/poudriere-sh/builtins-poudriere.def
+src/poudriere-sh/builtins.c
+src/poudriere-sh/builtins.h
+src/poudriere-sh/shell.h
external/ptsort/.git
external/ptsort/.gitignore