File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed
Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1- # Compiled Object files
2- * .slo
3- * .lo
1+ # Compiled source
2+ # ##################
3+ * .com
4+ * .class
5+ * .dll
6+ * .exe
47* .o
5- * .obj
6-
7- # Compiled Dynamic libraries
88* .so
9- * .dylib
10- * .dll
9+ Makefile
10+ commandPattern
1111
12- # Compiled Static libraries
13- * .lai
14- * .la
15- * .a
16- * .lib
12+ # Temp files
13+ # ##################
14+ * ~
1715
18- # Executables
19- * .exe
20- * .out
21- * .app
16+ # Log files
17+ # ##################
18+ * .log
19+
20+ # Qt user files
21+ # ##################
22+ * .pro.user *
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ It's based on this tutorial: http://www.dreamincode.net/forums/topic/38412-the-c
99It's kind of an easy extenable template for the usage of the command pattern. Feel free to use or mod it!
1010
1111
12- [ ![ Build Status] ( https://travis-ci.org/maxkalb/commandpattern.png )] ( https://travis-ci.org/maxkalb/commandpattern )
12+ [ ![ Build Status] ( https://travis-ci.org/maxkalb/commandpattern.svg?branch=master )] ( https://travis-ci.org/maxkalb/commandpattern )
1313
1414### Build steps
1515` qmake `
You can’t perform that action at this time.
0 commit comments