aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* 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