Skip to content

Commit 1cd37cc

Browse files
author
xamblak
committed
fixed readme & gitignore
1 parent 6457311 commit 1cd37cc

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

.gitignore

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
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*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It's based on this tutorial: http://www.dreamincode.net/forums/topic/38412-the-c
99
It'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`

0 commit comments

Comments
 (0)