From 9d3d7b57303c6d6feaa1f7e79d7a09d8b5bacfa2 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Mon, 11 Feb 2013 22:03:14 +0200 Subject: [PATCH] Add gitignore. This is a bit bloated gitignore file. Having binaries in a separate build directory would be cleaner, but I don't bother to make that change now. --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..dec8b00e --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +*.gcda +*.gcno +*.gcov +*.o +*.pb.c +*.pb.h +*.pb +*~ +*.tar.gz +julkaisu.txt +docs/*.html +docs/generator_flow.png +example/client +example/server +example_avr_double/decode_double +example_avr_double/encode_double +example_avr_double/test_conversions +example_unions/decode +example_unions/encode +generator/nanopb_pb2.pyc +tests/decode_unittests +tests/encode_unittests +tests/test_compiles +tests/test_decode1 +tests/test_decode2 +tests/test_decode3 +tests/test_decode3_buf +tests/test_decode_callbacks +tests/test_encode1 +tests/test_encode2 +tests/test_encode3 +tests/test_encode3_buf +tests/test_encode_callbacks +tests/test_missing_fields +tests/test_multiple_files +tests/bc_decode +tests/bc_encode +tests/breakpoints + -- 2.16.6