2014-06-14 20:44:38 +02:00
|
|
|
# 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
|
2011-05-26 03:51:46 +02:00
|
|
|
/docs/
|
|
|
|
/.divinercache/
|
2014-06-14 20:44:38 +02:00
|
|
|
|
|
|
|
# libphutil
|
|
|
|
/src/.phutil_module_cache
|
|
|
|
|
|
|
|
# User extensions
|
2012-08-10 23:58:19 +02:00
|
|
|
/externals/includes/*
|
2014-06-14 20:44:38 +02:00
|
|
|
/src/extensions/*
|
2020-02-12 23:24:11 +01:00
|
|
|
|
|
|
|
# XHPAST
|
|
|
|
/support/xhpast/*.a
|
|
|
|
/support/xhpast/*.o
|
|
|
|
/support/xhpast/parser.yacc.output
|
|
|
|
/support/xhpast/node_names.hpp
|
|
|
|
/support/xhpast/xhpast
|
|
|
|
/support/xhpast/xhpast.exe
|
|
|
|
/src/parser/xhpast/bin/xhpast
|
|
|
|
|
|
|
|
## NOTE: Don't .gitignore these files! Even though they're build artifacts, we
|
|
|
|
## want to check them in so users can build xhpast without flex/bison.
|
|
|
|
# /support/xhpast/parser.yacc.cpp
|
|
|
|
# /support/xhpast/parser.yacc.hpp
|
|
|
|
# /support/xhpast/scanner.lex.cpp
|
|
|
|
# /support/xhpast/scanner.lex.hpp
|
|
|
|
|
|
|
|
# This is an OS X build artifact.
|
|
|
|
/support/xhpast/xhpast.dSYM
|
2020-02-13 15:08:51 +01:00
|
|
|
|
|
|
|
# Generated shell completion rulesets.
|
|
|
|
/support/shell/rules/
|
2020-06-09 19:23:25 +02:00
|
|
|
|
|
|
|
# Python extension compiled files.
|
|
|
|
/support/hg/arc-hg.pyc
|
2020-07-07 00:24:30 +02:00
|
|
|
/support/hg/__pycache__/
|