dyaml/.gitignore

67 lines
988 B
Plaintext
Raw Permalink Normal View History

2014-08-06 12:15:23 +00:00
/__test__library__
/examples/resolver/resolver
2014-08-01 15:06:32 +00:00
/examples/representer/representer
/examples/getting_started/getting-started
/examples/constructor/constructor
2012-12-27 19:11:38 +00:00
/libdyaml
2012-11-02 13:30:56 +00:00
/examples/yaml_gen/yaml_gen
/unittest.obj
/examples/yaml_stats/yaml_stats
/examples/yaml_bench/yaml_bench
/examples/representer/output.yaml
/examples/getting_started/output.yaml
/examples/getting_started/main.obj
/cdc.obj
/unittest
2014-08-01 15:04:51 +00:00
2011-08-16 12:53:13 +00:00
# Backups #
###########
*~
*.sw*
2014-08-01 15:04:51 +00:00
# dub #
#######
*.dub*
dub.selections.json
2014-08-01 15:04:51 +00:00
2011-08-16 12:53:13 +00:00
# Compiled source #
###################
unittest
cdc
main
*.a
*.lib
*.o
2018-04-16 22:23:18 +00:00
*.obj
2011-08-16 12:53:13 +00:00
*.exe
2018-04-16 22:23:18 +00:00
docs.json
2011-08-16 12:53:13 +00:00
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.tar
*.tar.xz
*.tar.gz
*.zip
# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
.directory
2014-08-05 11:16:24 +00:00
# Profiling outputs #
#####################
perf.data
perf.data.old
callgrind.out.*
2018-04-10 00:43:30 +00:00
# Test outputs #
example.yaml
2018-04-16 22:23:18 +00:00
# Unittest Coverage output #
*.lst