Skip to content

Commit 95075cc

Browse files
author
Michael Gerbush
committed
Merge branch 'master' into patch-1
Conflicts: Objective-C.gitignore
2 parents 182aeb2 + 7bbc288 commit 95075cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+272
-90
lines changed

Actionscript.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ bin-release/
88

99
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
1010
# should NOT be excluded as they contain compiler settings and other important
11-
# information for Eclipse / Flash Builder.
11+
# information for Eclipse / Flash Builder.

Android.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ proguard/
2727
*.ipr
2828
*.iws
2929
.idea/
30-

C++.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
*.slo
33
*.lo
44
*.o
5+
*.obj
56

67
# Compiled Dynamic libraries
78
*.so
89
*.dylib
10+
*.dll
911

1012
# Compiled Static libraries
1113
*.lai
1214
*.la
1315
*.a
16+
*.lib
17+
18+
# Executables
19+
*.exe
20+
*.out
21+
*.app

C.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Object files
22
*.o
3+
*.ko
4+
*.obj
35

46
# Libraries
57
*.lib

CONTRIBUTING.md

Lines changed: 34 additions & 0 deletions

CakePHP.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ tmp/*
44
app/tmp/*
55
app/[Cc]onfig/core.php
66
app/[Cc]onfig/database.php
7-
!empty
7+
!empty

Concrete5.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
config/site.php
22
files/cache/*
3-
files/tmp/*
3+
files/tmp/*

Coq.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
*.vo
22
*.glob
33
*.v.d
4-

Delphi.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ __history
77
*.map
88
*.exe
99
*.dll
10-
bin/*
10+
bin/*

Drupal.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ xmlrpc.php
3434
/modules
3535
/profiles
3636
/scripts
37-
/themes
37+
/themes

0 commit comments

Comments
 (0)