diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 17 insertions, 8 deletions
@@ -1,10 +1,19 @@ -fbgui -build -moc_* -qrc_* *.o -Makefile -.cproject -.project +*~ core *.core +moc_*.* +ui_*.* +qrc_*.* *.swp -update_fbgui.sh +*.swo +debug +Debug +.project +.cproject +.metadata +/Makefile +/Makefile.* +/src/Makefile +/src/Makefile.* +/doxygen/html/* +/doxygen/latex/* +/doxygen/man/* |
