Commit 71e33889 authored by Dominik Charousset's avatar Dominik Charousset

ignore executables, library files and build directory

parent b6980f41
...@@ -21,32 +21,16 @@ Makefile.in ...@@ -21,32 +21,16 @@ Makefile.in
a.out* a.out*
aclocal.m4 aclocal.m4
autom4te.cache/ autom4te.cache/
benchmarks/actor_creation
benchmarks/distributed
benchmarks/mailbox_performance
benchmarks/matching
benchmarks/mixed_case
blob/cppatest
callgrind.out* callgrind.out*
config.* config.*
configure configure
cppa.creator.user cppa.creator.user
depcomp depcomp
examples/announce_example_1
examples/announce_example_2
examples/announce_example_3
examples/announce_example_4
examples/announce_example_5
examples/dancing_kirby
examples/dining_philosophers
examples/hello_world_example
examples/math_actor_example
gen_server/parallel_send gen_server/parallel_send
gen_server/sequential_send gen_server/sequential_send
gen_server/test.dSYM/ gen_server/test.dSYM/
html/ html/
install-sh install-sh
libcppa.Makefile
libcppa.pc libcppa.pc
libcppa.so* libcppa.so*
libtool libtool
...@@ -63,3 +47,6 @@ unit_testing/Makefile.in ...@@ -63,3 +47,6 @@ unit_testing/Makefile.in
unit_testing/unit_tests unit_testing/unit_tests
variadic_templates_test variadic_templates_test
variadic_templates_test.dSYM/ variadic_templates_test.dSYM/
bin/*
build/*
lib/*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment