1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-21 22:32:41 +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:
epriestley 2013-08-14 19:14:23 -07:00
parent 13d18376c1
commit fde0d1f1d6

3
.gitignore vendored
View file

@ -36,3 +36,6 @@
# Users can link binaries here
/support/bin/*
# User extensions
/src/extensions/*