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

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a3f9d5c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,65 @@
+*.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
+
+farsight/farsight-marshal.[ch]
+
+pkgconfig/*.pc
+
+docs/core/farsight-undeclared.txt
+docs/core/farsight-decl-list.txt
+docs/core/farsight-decl-list.txt.bak
+docs/core/farsight-decl.txt
+docs/core/farsight-decl.txt.bak
+docs/core/farsight-undocumented.txt
+docs/core/farsight-unused.txt
+docs/core/farsight.args
+docs/core/farsight.hierarchy
+docs/core/farsight.interfaces
+docs/core/farsight.prerequisites
+docs/core/farsight.signals
+docs/version.entities
+docs/core/html
+docs/core/tmpl
+docs/core/xml
+docs/diagrams/*.png
+
+tests/test-rtp-1
+tests/test-rtp-3
+tests/test-rtp-3-audio-video
+tests/test-rtp-3-video
+tests/test-rtp-4
+tests/test-rtp-5
+tests/test-rtp-6
+tests/test-rtp-7
+tests/test-rtp-jingle
+tests/test-rtp-jingle-2
diff --git a/_boring b/_boring
deleted file mode 100644
index e233843..0000000
--- a/_boring
+++ /dev/null
@@ -1,69 +0,0 @@
-# Boring file regexps:
-\.hi$
-\.o$
-\.o\.cmd$
-\.ko$
-\.ko\.cmd$
-\.mod\.c$
-(^|/)\.tmp_versions($|/)
-(^|/)CVS($|/)
-(^|/)RCS($|/)
-~$
-#(^|/)\.[^/]
-(^|/)_darcs($|/)
-\.bak$
-\.BAK$
-\.orig$
-(^|/)vssver\.scc$
-\.swp$
-\.swo$
-(^|/)MT($|/)
-(^|/)\{arch\}($|/)
-(^|/).arch-ids($|/)
-(^|/),
-\.class$
-\.prof$
-(^|/)\.DS_Store$
-(^|/)BitKeeper($|/)
-(^|/)ChangeSet($|/)
-(^|/)\.svn($|/)
-\.py[co]$
-\#
-\.cvsignore$
-(^|/)Thumbs\.db$
-(^|/)Makefile$
-(^|/)Makefile.in$
-^aclocal.m4$
-^autom4te.cache($|/)
-^config.guess$
-^config.h$
-^config.h.in$
-^config.log$
-^config.status$
-^config.sub$
-^configure$
-^install-sh$
-^libtool$
-^ltmain.sh$
-^missing$
-^stamp-h1$
-^depcomp$
-^compile$
-(^|/).deps($|/)
-(^|/).libs($|/)
-\.lo$
-\.la$
-\-glue.(c|h)$
-\-marshal.(c|h)$
-\-enumtypes.(c|h)$
-\-bindings.(c|h)$
-\.pc$
-^tests/farsight_test$
-^tests/sip_test$
-^po/POTFILES$
-^docs/core/farsight-decl-list.txt$
-^docs/core/farsight-decl.txt$
-^docs/core/farsight-undocumented.txt$
-^docs/core/html($|/)
-^docs/core/tmpl($|/)
-^docs/core/xml($|/)
-- 
1.5.6.3


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Farsight-devel mailing list
Farsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/farsight-devel

Reply via email to