1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-04-19 01:04:16 +03:00
proxygen/.gitignore
Nathan Aclander e11a7d8762 Add StatsWrapper.h generator script
Summary: Generate a wrapper around BaseStats to support custom Stats classes

Reviewed By: jerryliu55

Differential Revision: D52939343

fbshipit-source-id: ec1748efca92e7cb5972322c338bcce856451fa2
2024-02-06 09:09:28 -08:00

32 lines
450 B
Plaintext

*~
\#*\#
# Build artifacts
.libs
*.log
*.trs
*.o
*.lo
*.a
*.la
gen-cpp
gen-cpp2
# Generated files
/proxygen/lib/http/HTTPCommonHeaders.cpp
/proxygen/lib/http/HTTPCommonHeaders.h
/proxygen/lib/utils/TraceEventType.cpp
/proxygen/lib/utils/TraceEventType.h
/proxygen/lib/utils/TraceFieldType.cpp
/proxygen/lib/utils/TraceFieldType.h
/proxygen/lib/stats/StatsWrapper.h
_build/
# common editor artifacts
*~
*.vscode*
# Generated document
html/
latex/