Commit Graph

40 Commits

Author SHA1 Message Date
Robin Gareus ad51c7c2ba
Localize stripped down gtk2
This is intended mainly for GNU/Linux distros who will remove
GTK2 support in the near future.
2024-01-06 21:52:48 +01:00
Robin Gareus 6c5d15a1e6 Ignore clangd cached index files 2023-12-13 19:12:30 +01:00
Robin Gareus 136919fc19
Ignore generaed translation files 2020-10-18 17:45:32 +02:00
Robin Gareus b5761ea443
Update gitignore, clean up `git status`
* allow for a "local" folder with stuff that git does not list
* ignore local Lua scripts
* ignore icon tool binary
2020-02-23 21:11:47 +01:00
Nikolaus Gullotta 4b5391b7be add .vscode editor data to gitignore 2019-08-28 10:07:41 -05:00
Robin Gareus c3acf2bf22 git ignore patch-error/orig files 2017-09-29 21:05:39 +02:00
Robin Gareus dd57b33b26 remove and ignore intermediate generated documentation files
..until someone steps up and wants to use those for auto-complete etc.
2016-04-12 13:55:09 +02:00
Robin Gareus 6188315791 Add small llvm/libclang util to exctract doxygen comments 2016-03-24 22:54:20 +01:00
Paul Davis ebcd8f696c remove gtk2_ardour/*.bindings from .gitignore 2016-02-22 15:31:22 -05:00
Robin Gareus 590cae90b1 ignore generated appdata file 2015-12-15 08:41:03 +01:00
Robin Gareus 51f58eb977 git ignore appdata translation(s) 2015-11-23 22:52:47 +01:00
Robin Gareus 0367aa5825 remove cruft (old unused pre-git version files) 2015-01-09 06:11:57 +01:00
Robin Gareus b84b0bfdff clean up after ourselves 2014-11-11 15:35:06 +01:00
John Emmas a4cc49350c Add some new modules, needed for building the VST scanner app with MSVC 2014-11-04 13:23:14 +00:00
Robin Gareus 6f1d0b07ce git ignore OSX packaging 2014-10-19 23:13:41 +02:00
John Emmas bdeae57e3f Add the removed files to '.gitignore' 2014-08-01 09:26:19 +01:00
Paul Davis a9cdd5f2c8 ignore libcanvas version files 2014-02-19 23:29:35 -05:00
Paul Davis 600b6e9c85 ignore more translation-related files 2014-02-19 23:28:46 -05:00
Paul Davis 0deb5e1509 ignore vgcore.* files as well as core 2014-02-19 23:27:22 -05:00
Paul Davis e3aed9a983 ignore core.* files as well as core 2014-02-19 23:26:57 -05:00
John Emmas 3fb18593c6 'libs/taglib' - Remove 2 further symlinks which needn't be under git control 2013-07-23 16:57:27 +01:00
John Emmas 227380ea0c 'libs/taglib' - Remove 52 x symlinks which needn't be under git control 2013-07-23 08:12:00 +01:00
Paul Davis dc491cffdb Use common test function to create temporary session 2013-07-11 11:11:45 -04:00
Julien de Kozak eb7a85b8f9 Set the revision mechanism independent from the VCS name 2013-03-18 20:13:05 +01:00
Julien de Kozak 62f1ed054b Add KDevelop file project extension to the list of ignored files 2013-03-18 20:12:19 +01:00
Robin Gareus 23d1e370a0 fix typo in ignore file 2013-03-17 23:16:09 +01:00
Sakari Bergen 2d081e43e1 Ignore .waf3-* also (probably caused by python3?) 2013-03-17 11:47:10 +02:00
Robin Gareus 2037820668 update gitignore file using svn ignore info 2013-03-12 17:44:10 +01:00
Carl Hetherington 66398a7e16 Add a couple of things to .gitignore.
git-svn-id: svn://localhost/ardour2/branches/3.0@12024 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-18 22:27:49 +00:00
Carl Hetherington 3a1af63fed Save and Delete buttons for plugin presets, remove largely useless edit plugin presets dialog. Should fix #2662.
git-svn-id: svn://localhost/ardour2/branches/3.0@8278 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-15 01:06:57 +00:00
Carl Hetherington fc611af4b4 Ignore core files.
git-svn-id: svn://localhost/ardour2/branches/3.0@7253 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-11 00:31:40 +00:00
Carl Hetherington 307e82f9be Ignore ebrowse files.
git-svn-id: svn://localhost/ardour2/branches/3.0@6907 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-15 13:55:18 +00:00
Carl Hetherington 6d3dfd0ded Add config_text.cc
git-svn-id: svn://localhost/ardour2/branches/3.0@6455 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-05 14:56:51 +00:00
Carl Hetherington 015fc7b39f First stage of options rework.
- Split Configuration into RCConfiguration and SessionConfiguration;
the first for options which are saved to .rc files and the second
for options which are saved in a session file.

- Move some options from the old `master' Configuration object into
SessionConfiguration; this needs more refinement.

- Reflect many RCConfiguration options in an expanded Edit->Preferences
dialog; my intention is to remove the corresponding menu items
eventually.



git-svn-id: svn://localhost/ardour2/branches/3.0@5075 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-14 00:13:27 +00:00
Carl Hetherington b28bc3b43e Add some missing entries.
git-svn-id: svn://localhost/ardour2/branches/3.0@5008 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-04-29 16:01:41 +00:00
Carl Hetherington 2c7b27d7ae Fix up ardev etc. scripts so that they can be run from any directory.
git-svn-id: svn://localhost/ardour2/branches/3.0@4704 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-27 21:16:02 +00:00
Hans Baier f5e9ba21c3 * .gitignore
git-svn-id: svn://localhost/ardour2/branches/3.0@4616 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-17 16:42:22 +00:00
Carl Hetherington 3756ffbdc4 Add some more bits to .gitignore.
git-svn-id: svn://localhost/ardour2/branches/3.0@4400 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-01-11 17:41:12 +00:00
Carl Hetherington e9f5eb34a7 Remove libs/gtkmm2 from .gitignore. Sorry if someone has a good reason to have it in there...
git-svn-id: svn://localhost/ardour2/branches/3.0@4399 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-01-11 17:09:08 +00:00
Paul Davis 7002aebbda add .gitignore for the latest RCS freaks
git-svn-id: svn://localhost/ardour2/branches/3.0@3891 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08 20:20:02 +00:00