Skip to content

Commit 89d7027

Browse files
committed
conf: ignore tmp folder
1 parent 451bcb6 commit 89d7027

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
# BlueJ files
88
*.ctxt
99

10-
# Mobile Tools for Java (J2ME)
10+
# Tmp folders
1111
.mtj.tmp/
12+
tmp
1213

1314
# Gradle files
1415
.gradle/

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ java {
1515
}
1616

1717
repositories {//start repositories
18-
mavenLocal()
1918
mavenCentral()
2019
maven {
2120
url = uri('https://github.com/SpyrosKou/rosjava_mvn_repo/raw/noetic')

0 commit comments

Comments
 (0)