summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* meson: Add libadwaita as a subprojectChristopher Davis2022-02-071-0/+1
|
* build: Remove .gitignore fileIñigo Martínez2017-11-151-116/+0
| | | | | | | | | | meson does not allow to build source code inside the source code tree, for this reason there is no need to use .gitignore to ignore built files. This patch removes .gitignore file which is no longer needed. https://bugzilla.gnome.org/show_bug.cgi?id=790332
* gitignore: ignore test-killswitch and help filesGustavo Padovan2013-05-211-1/+5
|
* trivial: update .gitignoreDaniele Forsi2012-05-061-6/+17
|
* trivial: update .gitignoreDaniele Forsi2012-04-251-14/+5
| | | | | Remove files and directories no more present in the repository and add missing ones.
* Update .gitignoreGiovanni Campagna2010-10-291-2/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=633361
* Refactor bluetooth-applet as a libraryGiovanni Campagna2010-10-271-0/+2
| | | | | | | | Take out non UI parts of bluetooth-applet and put them in a private library, which will be used by gnome-shell (and therefore is installed in gnome-shell private prefix). https://bugzilla.gnome.org/show_bug.cgi?id=626759
* Fix introspectionGiovanni Campagna2010-10-041-0/+5
| | | | | | | Fix generation of .gir files to work with latest gobject-introspection, including annotations where necessary. https://bugzilla.gnome.org/show_bug.cgi?id=626759
* Port properties to GSettingsBastien Nocera2010-04-201-0/+1
|
* Update ignoresRoss Burton2010-04-151-4/+18
|
* Add moblin/bluetooth-panel.desktop.in and ↵Daniele Forsi2010-02-271-0/+3
| | | | | | docs/reference/libgnome-bluetooth/version.xml to .gitignore https://bugzilla.gnome.org/show_bug.cgi?id=611290
* Small gitignore updateBastien Nocera2009-07-231-0/+4
|
* Update gitignoreBastien Nocera2009-06-261-0/+1
|
* Rename common/ dir to lib/Bastien Nocera2009-06-081-4/+4
| | | | So as to avoid confusing readers of the code.
* Update git ignore fileBastien Nocera2009-05-281-0/+3
|
* Update .gitignoreBastien Nocera2009-04-171-0/+6
|
* Update gitignoreBastien Nocera2009-02-271-0/+2
| | | | | | . svn path=/trunk/; revision=389
* Rename libgnome-bluetooth, and remove the -1.0Bastien Nocera2009-02-251-0/+1
| | | | | | | We don't need to version the library itself, we already versioned the soname with libtool. svn path=/trunk/; revision=331
* Revive the device selection widgetBastien Nocera2009-02-251-0/+7
| | | | | | | | Use libtool to create the libgnome-bluetooth-1.0 library, update the code to compile again (somewhat works, minus the run-time warnings), and install a .pc file. svn path=/trunk/; revision=325
* Add more files to be ignoredBastien Nocera2009-02-251-0/+2
| | | | svn path=/trunk/; revision=314
* Fix buildBastien Nocera2009-02-251-0/+46
Use ChangeLog generation from gnome-terminal, and fix the build. svn path=/trunk/; revision=306