Commit Graph

43 Commits

Author SHA1 Message Date
Travis Cross 6a5595b049 Improve our .gitignore files
Avoid ignoring files actually in our tree, and ignore some generated
files that were not being ignored previously.
2013-07-27 03:41:11 +00:00
Travis Cross a4123ab896 Ignore test-driver files from autotools 2013-07-11 15:06:30 +00:00
Travis Cross bb5e55ac6a Ignore .deb files from e.g. mk-build-deps 2013-07-11 15:06:15 +00:00
Brian West d186cf95a9 ignore this 2013-06-06 10:27:24 -05:00
Jeff Lenk 304c33f997 FS-5167 add missing gitignore 2013-04-12 08:53:01 -05:00
Jeff Lenk 4df19edb3a FS-4768 applied hopefully final patch(for now) to util.vbs 2013-01-18 11:16:44 -06:00
Jeff Lenk dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Jeff Lenk 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt 2012-10-13 11:37:25 -05:00
Jeff Lenk bdb73beb8e FS-4526 --resolve 2012-08-17 19:46:54 -05:00
Travis Cross 2c634751cc
Don't use perl for portability
This amends commit f8be71ac6d.

This still should resolve FS-4303.

What's going on here is that we need a portable way to access
strftime.  date(1posix) doesn't provide enough.  And without perl, I
can't think of a better way to get to it than just using C.  So the
logic for generating the extended revision has been moved into a small
self-contained and hopefully portable C program.
2012-06-14 22:47:21 +00:00
Travis Cross 56678528f8 gitignore TAGS anywhere in tree 2012-05-24 08:02:00 +00:00
Michael Jerris 10617b6153 .gitignore 2012-05-22 00:24:48 -04:00
Travis Cross 4ce0f57a8b debian: add new and vastly improved packaging for Debian
We now break out each module and component of FreeSWITCH into a
separate individually-installable package.  For each package with
executables or modules, we also build a package that includes the
stripped debugging symbols so that users can be helpful when they
discover bugs in FreeSWITCH.

As of this commit, we successfully build 263 distinct binary packages
starting from a clean minimal image on both Debian Sid and Debian
Squeeze.

To keep this manageable, we include a program that generates the
various Debian packaging files from a consolidated description of the
modules and their metadata.  The program can even generate this
configuration file by walking the FreeSWITCH source tree.

To provide a smooth user experience, we provide meta-packages that
install sensible sets of modules and other components.

All files are installed into the traditional and customary Linux
directories that you would expect in accordance with the Filesystem
Hierarchy Standard (FHS).

This commit also adds support for running FreeSWITCH as a forked
systemd service in Debian.

For more information about the technical details of the source
packaging, how to build the binary packages from source, and how you
can contribute, please read debian/README.source.

To learn about how this packaging affects you as a user and how to use
the finished Debian packages, read debian/README.Debian.

Signed-off-by: Travis Cross <tc@traviscross.com>
2012-05-05 11:54:05 +00:00
Travis Cross d174c2ee3c gitignore the noreg file
This file is used to squelch the advertisement for ClueCon in
configure.
2012-05-04 02:39:22 +00:00
Travis Cross f4f59e18cc gitignore *.swp 2012-03-16 04:14:21 +00:00
Travis Cross 967c7f5431 whitespace 2012-03-16 04:13:50 +00:00
Jeff Lenk fe129b4d30 FS-3972 --resolve 2012-03-06 13:38:42 -06:00
Jeff Lenk 1aa910339a add to .gitignore 2012-03-01 15:58:48 -06:00
Stefan Knoblich dc66d73c82 FreeSWITCH: Remove and ignore build/config/config.sub (autogenerated)
NOTE: Re-bootstrap required!

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2011-11-04 18:58:23 +01:00
Jeff Lenk bb5eeb78c9 JANITOR-10 - Thanks Peter 2011-03-17 08:34:00 -05:00
Brian West e38156f182 JANITOR-10 2011-03-16 16:48:43 -05:00
Travis Cross 541a99153d organize root .gitignore 2011-03-04 22:36:37 +00:00
Travis Cross fac74d5591 don't ignore 393 files which are in the tree
This partially reverts commit 17d5211280.

Some changes in that commit caused 393 files which are in the tree to
be mistakenly ignored.
2011-03-04 22:20:40 +00:00
Mike Jerris 17d5211280 add make targets for mod_com_g729 mod_com_g729-activate mod_com_g729-install mod_com_g729-clean mod_com_g729-uninstall 2011-02-14 13:52:55 -06:00
Travis Cross c64b78577f .gitignore compressed files 2011-01-28 09:01:47 +00:00
Travis Cross 364c156cdc update .gitignore 2010-11-24 03:46:59 +00:00
Stefan Knoblich 0286af421b freeswitch: Update .gitignore file (libcodec2, esl binaries, mod_hash + mod_osp autogenerated files)
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2010-11-14 18:04:19 +01:00
Konrad Hammel 83629592a9 -> updated .gitignore 2010-06-18 18:31:54 -04:00
Brian West de90c627a0 .gitignore 2010-06-02 11:36:09 -05:00
Travis Cross 9b80aa18a4 Updates to .gitignore. 2010-05-28 02:16:42 +00:00
Jeff Lenk b6628d26fe FSBUILD-269 Add more excludes to .gitignore (for Windows) 2010-05-25 08:41:44 -05:00
Brian West 98a4b3e812 update ignore 2010-04-27 13:56:16 -05:00
Brian West 150e1f4805 ignore 2010-04-20 12:28:04 -05:00
Brian West 517a822b50 ignore more 2010-04-20 12:27:38 -05:00
Brian West 03703293f4 fix ignore 2010-04-20 12:20:51 -05:00
Travis Cross 254dd59411 Tightened up .gitignore further. 2010-04-05 23:32:50 +00:00
Travis Cross db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
Travis Cross 5a8a9bfb62 .gitignore /freeswitch-sounds-* 2010-04-05 22:42:25 +00:00
Michael Jerris 92c3f93874 .gitignore for windows (FSBUILD-269) 2010-04-01 21:08:31 -04:00
Michael Jerris c9eacf2ba0 .gitignore 2010-04-01 20:54:52 -04:00
Michael Jerris 3d4b9f83f4 .gitignore 2010-04-01 13:32:02 -04:00
Raymond Chandler 4b8eba656d .gitignore 2010-03-31 17:24:10 -04:00
Anthony Minessale b1bc026408 .gitignore 2010-03-31 15:59:57 -05:00