Skip to content

Commit

Permalink
remove pointless .gitignore files
Browse files Browse the repository at this point in the history
signing

Signed-off-by: Hannes Achleitner <[email protected]>
  • Loading branch information
hannesa2 committed Apr 5, 2020
1 parent b5d5e5e commit 00718c9
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 00718c9

Please sign in to comment.