1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-08 07:52:39 +01:00

Update .gitignore.

Summary: See inline comments for reasoning.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9528
This commit is contained in:
Joshua Spence 2014-06-14 11:44:38 -07:00 committed by epriestley
parent dfe2bde88d
commit af8bdb2b94

14
.gitignore vendored
View file

@ -1,7 +1,13 @@
.DS_Store
._*
/src/.phutil_module_cache
/src/extensions/*
# NOTE: Thinking about adding files created by your operating system, IDE,
# or text editor here? Don't! Add them to your per-user .gitignore instead.
# Diviner
/docs/
/.divinercache/
# libphutil
/src/.phutil_module_cache
# User extensions
/externals/includes/*
/src/extensions/*