Commit Graph

34 Commits

Author SHA1 Message Date
James Crook 79340b6852 Update iss installer 2020-04-22 17:46:13 +01:00
James Crook 0f256df79d Make scripted tests portable (e.g. to mac) 2019-04-10 15:04:09 +01:00
James Crook 3b87af1d07 Ignore compiled assembler 2019-03-23 20:15:02 +00:00
James Crook 0b11323e0f Add sublime to .gitignore 2018-04-23 08:41:11 +01:00
James Crook 1eafc323d5 Exclude win/.nuget from Git. 2018-04-02 18:17:40 +01:00
James Crook ece54aa947 Get basic CMake for mod-script-pipe working.
Can then extend this to more source files.
2018-04-01 09:23:10 +01:00
James Crook 9015dece06 Compile with wxWidgets 3.1.1 (on Windows).
3.1.1 includes hash<wxString> so we don't need to.
git now ignores the win-alt-build subdirectory, which can be used for an alternative set of
windows build files.  So for example, can keep an old 3.0.2 set up there whilst working on 3.1.1
2018-03-28 12:40:19 +01:00
Bryan Slatner 9d6315fca4 Ignore NuGet package binaries 2018-01-04 10:25:28 -05:00
James Crook 217a2540d4 Convenience .bat file for working with manual.
Also exclude the hep/temp files from git.
2017-12-20 16:39:51 +00:00
James Crook a49f14ad02 doxygen. Class list completed for letter 'A'. 2017-11-09 18:32:29 +00:00
James Crook 028ed19d90 Sync with DarkAudacity 2017-04-02 23:07:13 +01:00
windinthew 930e834aef Mark Young PR 192 (modified)
Change 2.1.2 to 2.1.3/2.2.0-alpha in win/compile.txt
 Git-ignore VisualStudio 2017 files.
2017-03-30 02:03:46 +01:00
James Crook c53e2dbb77 Bug 1597 - Enh: Greater clarity over status of versions needed
- For ALPHA builds we do a check version with the Welcome screen (if welcome screen is enabled).
- A 'Check Online' in the About box provides a new route to check version
- Check Version now passes CommitId and Build Date/Time to identify a version.

To actually close the bug we need the javascript on the server page to put up informative messages.
2017-02-25 23:00:39 +00:00
Benjamin Drung 4fb4b4b24f .gitignore: Keep Sal source code in repository
Explanation from Roger Dannenberg: The original Nyquist language was an
extended XLISP. Now, there are two "syntaxes": Lisp and Sal. Sal is a
procedural infix language. A small compiler (written in Lisp) translates
Sal into Lisp and then the translated code runs directly on the Lisp
interpreter. You can write plug-ins in either Lisp or Sal syntax, and
there could be library code to support plug-ins and provide other
functions in the future. Sal is definitely source code and likely to be
compact. I would advise any new user to use Sal instead of Lisp, so I
expect more .sal sources in the future.

Thus keep the Sal source code in the repository and do not ignore them.
2016-05-17 21:57:09 +02:00
Benjamin Drung 40773b693a .gitignore: Do not exclude handcrafted makefiles
Not all makefiles are generated by automake. Thus allow these
handcrafted makefiles in the git repository.
2016-05-16 16:05:05 +02:00
Benjamin Drung 43cc9f073d .gitignore: Do not ignore *.mod files
The lv2 library ships some xhtml*.mod file, but they are ignored by the
*.mod rule. The *.mod rules should exclude Fortran module files, but
this repository does not ship any Fortran code. Thus just remove the
*.mod exclude rule.
2016-05-16 15:48:17 +02:00
Benjamin Drung 444eb194a6 .gitignore: Do not ignore *.out files
The sord library contains some test files named *.out, but they are
ignored by the *.out rule.

a.out is the default file name for executables on Linux if no output
filename is specified. All executables that we build carry a name
without extension. Thus no generated file carries an .out extension.
Therefore just remove the *.out ignore rule.

Note: You can list ignored files by running

    git ls-files -i --exclude-standard
2016-05-16 15:48:07 +02:00
Benjamin Drung 241f1014e5 .gitignore: Ignore executables without extension
The final audacity binary and other binaries do not carry any extension
on Linux. Thus add these binaries to .gitignore.
2016-05-14 17:53:59 +02:00
Benjamin Drung 44dc0ce951 .gitignore: Ignore more files generated by autotools 2016-05-14 17:53:59 +02:00
Benjamin Drung fb711791fb .gitignore: Ignore compiled translation files 2016-05-14 17:53:59 +02:00
Benjamin Drung db31b05b89 .gitignore: Ignore files generated by autotools
Autotools generates some helpers file as well as it creates files from
templates (e.g. audacity.desktop). Add these files to .gitignore to not
commit them.
2016-05-14 13:38:41 +02:00
henric 09361b56fd Ignore Visual Studio .vcxproj.user files. 2016-04-24 18:51:42 -07:00
Paul Licameli 16556dd6ba Update .gitignore for xcode build outputs 2016-04-11 07:47:46 -04:00
James Crook 1deafa1fe8 Exclude help files pulled from wiki. 2015-11-08 00:18:01 +00:00
Leland Lucius fd87bd6ea9 Disable auto-creation of Xcode schemes 2015-08-10 02:20:14 -05:00
Leland Lucius ebc801f864 Revert "Disable autocreation of Xcode schemes"
This reverts commit c15ca44eff.
2015-08-10 02:18:29 -05:00
Leland Lucius c15ca44eff Disable autocreation of Xcode schemes 2015-08-10 02:02:50 -05:00
Leland Lucius 582ee7b45e Cleanup Mac build and subdirectory 2015-07-21 18:45:35 -05:00
Paul Licameli 365534366d Add *~ to .gitignore 2015-06-19 20:34:03 -04:00
Leland Lucius 56e8f577bc Additional items to ignore 2015-04-26 16:37:44 -05:00
James Crook 45523f4972 .sal files no longer automatically added. 2015-04-24 16:50:47 +01:00
Leland Lucius d344ff8f88 Updating new Xcode project
This provides additional improvements and updates for building
Audacity using Xcode 5.1 or above.

The whole configure/makefile system is no longer used during
normal builds.  During library additions/updates it used to
regenerated the headers in mac/config.
2015-04-21 16:59:01 -05:00
James Crook 291a465a76 Build Revision Info Added
Travis now overwrites RevisionIdent.h to place a commit reference into the Build Info of the AboutDialog
I also added .opensdf to .gitignore.
2015-04-09 20:41:21 +01:00
James Crook 937b0ed0c2 Added .gitignore and branches.txt 2015-04-05 22:24:06 +01:00