Gitignore additions
Summary: Make sure emacs and vim swap files don't get added. Test Plan: Try to add them, and watch them not get added. Reviewers: epriestley CC: Differential Revision: 427
This commit is contained in:
parent
58ed932e53
commit
eee8ea677d
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,3 +4,7 @@
|
|||
/src/.phutil_module_cache
|
||||
/conf/custom/*
|
||||
/.divinercache
|
||||
.#*
|
||||
*#
|
||||
*~
|
||||
*.swp
|
||||
|
|
Loading…
Reference in a new issue