summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Adding a unit test for LPC_inv_pred_gain()Jean-Marc Valin2017-02-141-0/+1
| | | | | | | It checks that no clearly unstable filter passes the LPC_inv_pred_gain() test. Also, this will make it possible to check assembly for correctness. Modified from an original patch from Linfeng Zhang <linfengz@google.com>.
* Add remaining generated files to gitignoreRicardo Constantino (:RiCON)2016-05-181-0/+4
| | | | | *-gnu.S are generated by arm2gnu.pl (derf) celt/arm/armopts.s is also generated from armopts.s.in
* Clean doxygen_sqlite3.dbRicardo Constantino (:RiCON)2016-05-181-0/+1
| | | | Generated by newer versions of Doxygen when built with sqlite3.
* Move .exe back to root .gitignore for mingw buildsRicardo Constantino (:RiCON)2016-05-181-0/+1
|
* Move Visual Studio GitIgnores to own fileOrestes Zoupanos2016-05-171-22/+0
|
* Remove redundant .gitignore entries.Ralph Giles2016-05-111-3/+0
|
* Better Git Ignores for Visual Studio. r=rillianOrestes Zoupanos2016-05-111-0/+21
|
* Don't ignore win32.Ralph Giles2016-05-111-1/+0
| | | | This was adding in the MSVC project updates, but isn't correct.
* fix build settings for DLL project, runtime library must be linked to DLL ↵uraymeiviar2016-05-111-0/+1
| | | | too to prevent heap deallocation error
* Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project ↵uraymeiviar2016-05-111-0/+1
| | | | settings to produce .dll file instead of .lib
* Add support for autoconf macros in m4/Ron2013-05-201-0/+6
| | | | | | | | | | | Needed by commit 972a34ec2c79d241318af24389b8ee042d10556a. Use autoreconf in autogen.sh instead of the handwritten version, it's simpler, and also updates things that we weren't handling. Drop the hand-written INSTALL file. Its information content was ~zero, and autotools wants to overwrite it with its own version, so don't fight that, just .gitignore it.
* More gitignoranceRon2013-05-111-3/+7
|
* Fully automate version updatingRon2013-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one meets or exceeds the following requirements: - Version is checked/updated for every build action when in the git repo. Does not require the user to re- ./configure to get the correct version. - Version is not updated automatically when using exported tarball source. Avoids accidentally getting a wrong version from some other git repo in a parent directory of the source, and allows setting the correct version for distro package exports. - Automatic updating can be manually suppressed. For developers doing lots of change/rebuild cycles they don't plan to release, when they don't want a full rebuild triggered for every commit, and again for every change made immediately after a commit. The version will still always be updated if they do a `make dist`. - Does not require any manual updating of versions in the mainline git repo for each release aside from normal tagging. The version is recorded in one file only, that is automatically generated and will never need to be committed. - Does not require gnu-make features for the autoconf builds. It does not currently: - Keep a checksum of every source file in tarball releases to mangle the version if people modify the tarball source. Responsible people can manually update the version easily though in such cases. The version.mk file is now only used by the VC project files. Once they are updated to use the package_version file too, then it can be deleted from the repository.
* Ignore files created by configure && makePhilip Jägenstedt2012-10-111-2/+18
|
* Add 'compile' to the git ignore list.Ralph Giles2012-08-161-1/+2
| | | | This is another script generated by the autotools build.
* Added MSVC output directories to gitignore.Chris Moeller2012-07-301-1/+16
|
* Small cleanups to MSVC build setup.Gian-Carlo Pascutto2012-07-201-0/+4
| | | | | Add more MSVC files to .gitignore. Make all configurations use default floating point model.
* renames the libcelt/ directory to celt/Jean-Marc Valin2011-09-131-2/+2
|
* Fix dump_modes for the api change and move it into a subdirectoryGregory Maxwell2011-09-011-1/+1
| | | | with a trivial makefile.
* gitignore updateJean-Marc Valin2010-07-031-0/+6
|
* Got MDCT analysis-synthesis to workJean-Marc Valin2007-11-301-0/+27