Converted .hgignore to .gitignore

generate_api
Krista Bennett 2 years ago
parent 5aa114e41a
commit 0151cd8c3c

@ -1,14 +1,12 @@
syntax: regexp
^asn\.1/.*\.(c|h)$
^asn\.1/libasn1\.a$
.*xcuserdata/
^build/
^local.conf
^test_home/
syntax: glob
asn.1/Makefile.am.*
asn.1/converter-example.mk
asn.1/libasn1.a
local.conf
build/
test_home/
asn.1/*.c
asn.1/*.h
xcuserdata/
*.orig
*.old
*.d
@ -44,7 +42,6 @@ tags
asn.1/pEpEngineASN1/pEpEngineASN1.vcxproj.user
sync/generated
*.xml
*.xsl
*.dot
*.svg
gpg-agent.conf
@ -61,6 +58,8 @@ test/python_tests/test?
test/pEp_test_home
test/TestDriver
test/local
test/include/LocalPlayground.h
test/src/engine_test/LocalPlayground.cc
.tags
*/.tags
*/*/.tags
@ -78,7 +77,25 @@ sync/.messages
sync/.actions
sync/.codegen
sync/.statemachines
sync/.copy
test/msg_2.0.asc
test/*Tests
api/*.h
test/*.txt
lldb-history
*.swo
*.smp
test/EngineTests
test/googletest
test/tmp/*
# ignore generated test data
test/655_16F07F382FB3CF5DF977005D1069C7CACF9C23C6.asc
test/655_5FBDE3C9E10552B1DD6D9763E89759391DE04053.asc
test/655_EB4308E2D5B9FEEF7488D14CFEE4AE51914D566D.asc
test/655_ECBA9555D9ADB1B68861B508032CCA777FFDBA14.asc
test/655_decrypted_only.eml
test/703_key_valid.asc
test/test_keys/736_a.asc
test/test_keys/736_b.asc
test/test_mails/ENGINE-654_bob_mail.eml
Loading…
Cancel
Save