Skip to content

Commit

Permalink
Merge pull request #401 from hannesa2/CleanupFromPointlessGitignore
Browse files Browse the repository at this point in the history
remove pointless .gitignore files [master]
  • Loading branch information
icraggs authored Jun 4, 2020
2 parents b5d5e5e + 00718c9 commit 3cb8af7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 126 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ gen/

# Gradle files
.gradle/
build/
/*/build/
build

# Cache of project
.gradletasknamecache
Expand All @@ -37,6 +36,7 @@ proguard/

## Directory-based project format:
.idea/
*.iml

## File-based project format:
*.ipr
Expand Down
1 change: 0 additions & 1 deletion org.eclipse.paho.android.sample/.gitignore

This file was deleted.

120 changes: 0 additions & 120 deletions org.eclipse.paho.android.sample/org.eclipse.paho.android.sample.iml

This file was deleted.

1 change: 0 additions & 1 deletion org.eclipse.paho.android.service/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion paho.mqtt.android.example/.gitignore

This file was deleted.

5 changes: 4 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
include ':org.eclipse.paho.android.service',':org.eclipse.paho.android.sample',':paho.mqtt.android.example'
include ':org.eclipse.paho.android.service'
include ':org.eclipse.paho.android.sample'
include ':paho.mqtt.android.example'

project(':org.eclipse.paho.android.service').projectDir = new File('org.eclipse.paho.android.service')
project(':paho.mqtt.android.example').projectDir = new File('paho.mqtt.android.example')
project(':org.eclipse.paho.android.sample').projectDir = new File('org.eclipse.paho.android.sample')

0 comments on commit 3cb8af7

Please sign in to comment.