Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Jan 23, 2019
1 parent c25c2a7 commit af5c4a6
Showing 1 changed file with 33 additions and 31 deletions.
64 changes: 33 additions & 31 deletions .gitignore
@@ -1,32 +1,34 @@
/Makefile
qwt/Makefile
qwt/Makefile.unix
qwt/build
qwt/lib
qwt/src/Makefile
qwt/src/Makefile.Debug
qwt/src/Makefile.Release
qwt/src/object_script.*
qwt/src/moc
qwt/src/obj
/build
*.o
OMPlot/bin
OMPlot/generatedfiles
OMPlot/OMPlotGUI/Makefile
OMPlot/OMPlotGUI/Makefile.Debug
OMPlot/OMPlotGUI/Makefile.Release
OMPlot/OMPlotGUI/Makefile.lib
OMPlot/OMPlotGUI/Makefile.lib.Debug
OMPlot/OMPlotGUI/Makefile.lib.Release
OMPlot/OMPlotGUI/Makefile.unix
OMPlot/OMPlotGUI/object_script.*
OMPlot/OMPlotGUI/OMPlotGUI.config
OMPlot/OMPlotGUI/OMPlotGUI.pro.*
OMPlot/OMPlotGUI/OMPlotLib.pro.*
config.*
configure
autom4te.cache
qwt/qwt.config
install-sh
qmake.sh
/autom4te.cache
/build
/config.*
/configure
/install-sh
/Makefile
/OMPlot/bin
/OMPlot/generatedfiles
/OMPlot/OMPlotGUI/.qmake.stash
/OMPlot/OMPlotGUI/Makefile
/OMPlot/OMPlotGUI/Makefile.Debug
/OMPlot/OMPlotGUI/Makefile.lib
/OMPlot/OMPlotGUI/Makefile.lib.Debug
/OMPlot/OMPlotGUI/Makefile.lib.Release
/OMPlot/OMPlotGUI/Makefile.Release
/OMPlot/OMPlotGUI/Makefile.unix
/OMPlot/OMPlotGUI/object_script.*
/OMPlot/OMPlotGUI/OMPlotGUI.config
/OMPlot/OMPlotGUI/OMPlotGUI.pro.*
/OMPlot/OMPlotGUI/OMPlotLib.pro.*
/qmake.sh
/qwt/build
/qwt/lib
/qwt/Makefile
/qwt/Makefile.unix
/qwt/qwt.config
/qwt/src/.qmake.stash
/qwt/src/Makefile
/qwt/src/Makefile.Debug
/qwt/src/Makefile.Release
/qwt/src/moc
/qwt/src/obj
/qwt/src/object_script.*

0 comments on commit af5c4a6

Please sign in to comment.