aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Start putting together a port for the lumina-photo utilityKen Moore2018-11-24
|
* Couple more gitignore changes which I missed in the last commit.Ken Moore2018-05-16
|
* Update the .gitignore a bit.Ken Moore2018-05-16
| | | | Make sure all .build dirs are ignored, as well as a few other compiled binaries
* Improved Bookmarks layout and made MuPDF the default backendZackaryWelch2018-03-21
|
* Updated gitignore to ignore fontconfig directoryZackaryWelch2018-01-30
|
* Git now ignore vi swp filesZackaryWelch2018-01-04
|
* Modify gitignore to disregard scripts in the src-qml testing directoryZackaryWelch2018-01-04
|
* Removed extra whitespace from .gitignoreZackaryWelch2018-01-02
|
* Updated .gitignoreZackaryWelch2018-01-02
|
* Update the .gitignore fileKen Moore2017-08-11
|
* Split up the FreeBSD port files into a total of 12 portsKen Moore2017-05-13
| | | | | | | | | | | | | | | x11/lumina (meta port for all of them) x11/lumina-core (core desktop: lumina-open, lumina-desktop, start-lumina-desktop, themes, icons, etc..) x11/lumina-coreutils (core configuration utilities: lumina-config, lumina-xconfig, lumina-search) deskutils/lumina-archiver deskutils/lumina-calculator deskutils/lumina-fileinfo deskutils/lumina-fm deskutils/lumina-mediaplayer deskutils/lumina-notify deskutils/lumina-screenshot deskutils/lumina-textedit deskutils/lumina-xdg-entry
* Update the .gitignore file a bit.Ken Moore2017-03-03
| | | | Skip some more compiled binaries, qmake stash files (new with Qt 5.7.1?), and similar.
* Large update to all the port-files.Ken Moore2016-06-20
| | | | | | | 1) Move all the port files (.spec, .ebuild, debian dir, etc..) into the port-files dir. 2) Move all the FreeBSD port files into a "port-files/FreeBSD" sub-dir 3) Update all the build/install scripts (as much as possible - needs review by the porters) to account for the directory heirarchy change 4) Update the .gitignore file a bit so it is also aware of the new directory heirarchy
* Revert the debug/release flag change to all the *.pro files. This causes ↵Ken Moore2015-09-30
| | | | issues when trying to install the debug version of apps. Instead, the makefiles should be generated with the command "qmake[-qt5] CONFIG+=debug". That will set the debug flag for the Makefile and allow the user to run make and "make install" normally (but with debugging enabled)
* Couple minor adjustments to the lumina-wm window routines.Ken Moore2015-09-10
|
* Update the gitignore to avoid some other binaries/librariesKen Moore2015-07-08
|
* Update the .gitignore file to exclude the auto-generated files. (Contributed ↵Ken Moore2015-03-23
| | | | by william-os4y)
* add gitignoreChristopher Roy Bratusek2014-10-05
bgstack15