summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2019-08-24 05:57:54 -0700
committerEli Bendersky <eliben@gmail.com>2019-08-24 05:57:54 -0700
commit3b89659688d9166e6e77963dd6c80a5451ce7112 (patch)
treec9d31815706e13b85eb409b05b66426ea07a1707 /utils
parentbcfb3657f6170bd73dd8c7a23248b14f6e870eb6 (diff)
downloadpycparser-3b89659688d9166e6e77963dd6c80a5451ce7112.tar.gz
Add .gitattributes file per https://github.com/github/linguist#overrides
Label .ppout files as vendored so Github doesn't count them as pycparser's source
Diffstat (limited to 'utils')
-rw-r--r--utils/benchmark/inputs/.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/benchmark/inputs/.gitattributes b/utils/benchmark/inputs/.gitattributes
new file mode 100644
index 0000000..91c326c
--- /dev/null
+++ b/utils/benchmark/inputs/.gitattributes
@@ -0,0 +1,2 @@
+*.ppout linguist-vendored=true
+