[Nice] [nice/master] Transform _boring into .gitignore

Olivier Crête olivier.crete at collabora.co.uk
Wed Nov 5 14:01:10 PST 2008


---
 .gitignore |  101 +++++++++++++++++++++++++++++++++++++++++++++++
 _boring    |  129 ------------------------------------------------------------
 2 files changed, 101 insertions(+), 129 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 _boring

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
diff --git a/_boring b/_boring
deleted file mode 100644
index 2f80a59..0000000
--- a/_boring
+++ /dev/null
@@ -1,129 +0,0 @@
-# Boring file regexps:
-\.hi$
-\.o$
-\.o\.cmd$
-# *.ko files aren't boring by default because they might
-# be Korean translations rather than kernel modules.
-# \.ko$
-\.ko\.cmd$
-\.mod\.c$
-(^|/)\.tmp_versions($|/)
-(^|/)CVS($|/)
-(^|/)RCS($|/)
-~$
-#(^|/)\.[^/]
-(^|/)_darcs($|/)
-\.bak$
-\.BAK$
-\.orig$
-(^|/)vssver\.scc$
-\.swn$
-\.swo$
-\.swp$
-(^|/)MT($|/)
-(^|/)\{arch\}($|/)
-(^|/).arch-ids($|/)
-(^|/),
-\.class$
-\.prof$
-(^|/)\.DS_Store$
-(^|/)BitKeeper($|/)
-(^|/)ChangeSet($|/)
-(^|/)\.svn($|/)
-\.py[co]$
-\#
-\.cvsignore$
-(^|/)Thumbs\.db$
-(^|/)autom4te\.cache($|/)
-(^|/)core$
-\.gc(no|da)$
-(^|/)scratch$
-\.cdbs-orig$
-
-# autofoo files
-^missing
-^install-sh$
-^configure$
-^depcomp$
-^aclocal.m4$
-^compile$
-^config.h$
-^config.h.in$
-^config.guess$
-^config.log$
-^config.status$
-^config.sub$
-^stamp-h1$
-(^|/)Makefile.in$
-(^|/)Makefile$
-(^|/)\.deps$
-(^|/)\.libs$
-^ltmain.sh$
-^libtool$
-\.lo$
-
-# top level stuff
-^lcov($|/)
-^doc($|/)
-^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/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$
-
-# random/ stuff
-^random/librandom.la$
-^random/test$
-
-# gst/ stuff
-^gst/libgstnice.la$
-^gst/jingle-gst-test-server$
-- 
1.5.6.5




More information about the Nice mailing list