diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-04-26 16:53:37 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-04-26 16:53:37 -0400 |
commit | 6d178168ba0d5e37419a123254154bd6fe4a7107 (patch) | |
tree | 414711a376852f18022bdcd0a2f3254295929626 /.gitignore | |
parent | 9fee68ffd2c5bcea2914ff173435c95e95efec40 (diff) |
Transform _boring into .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c6c222 --- /dev/null +++ b/.gitignore @@ -0,0 +1,101 @@ +*.lo +*.loT +*.o +*.la +Makefile +Makefile.in +.deps +.libs +*~ +*# +.#* +*.stamp + + +aclocal.m4 +autom4te.cache +autoregen.sh +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +compile +depcomp +diff +install-sh +libtool +ltmain.sh +missing +stamp-h.in +stamp-h1 + +# top level stuff +debian + +# address/ stuff +address/libaddress.la +address/test + +# agent/ stuff +agent/libagent.la +agent/test +agent/test-add-remove-stream +agent/test-recv +agent/test-stun +agent/test-priority +agent/test-send +agent/test-poll +agent/test-mainloop +agent/agent-signals-marshal.h +agent/agent-signals-marshal.c + +# stun/ stuff +stun/stunbdc +stun/stund +stun/unknown.c +stun/libstun.la +stun/stun-client +stun/stun-server +stun/test-attribute-dump +stun/test-attribute-dump-unknown +stun/test-attribute-pack +stun/test-attribute-pack-unknown +stun/test-attribute-unpack +stun/test-attribute-unpack-unknown +stun/test-attribute-unpack-wrong-length +stun/test-message-dump +stun/test-message-dump-unknown +stun/test-message-pack +stun/test-message-unpack + +# local/ stuff +local/liblocal.la +local/list-local-interfaces + +# udp/ stuff +udp/libudp.la +udp/udp-client +udp/udp-echo-server +udp/test-fake +udp/test-bsd + +# nice/ stuff +nice/libnice.la +nice/libnice.pc +nice/ice-test-client +nice/ice-test-server +nice/jingle-test-server +nice/test-readline +nice/test-util +nice/nice.pc + +# random/ stuff +random/librandom.la +random/test + +# gst/ stuff +gst/libgstnice.la +gst/jingle-gst-test-server |