mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Add src/extensions/ to .gitignore
Summary: Oops -- forgot to do this in D6759. Test Plan: `git status` Reviewers: btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D6760
This commit is contained in:
parent
13d18376c1
commit
fde0d1f1d6
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -36,3 +36,6 @@
|
||||||
|
|
||||||
# Users can link binaries here
|
# Users can link binaries here
|
||||||
/support/bin/*
|
/support/bin/*
|
||||||
|
|
||||||
|
# User extensions
|
||||||
|
/src/extensions/*
|
||||||
|
|
Loading…
Reference in a new issue