Skip to content

Commit 3806b46

Browse files
committed
Improve the gitignore file
1 parent 7d50641 commit 3806b46

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,14 @@ core-*
3030
*.o
3131

3232
# Backup files
33-
*.bak
33+
*.bak
34+
35+
# Navigation Editor
36+
.navigation
37+
38+
# Distribution files
39+
realm*.jar
40+
realm*.aar
41+
distribution/*/realm
42+
distribution/javadoc
43+
distribution/version.txt

0 commit comments

Comments
 (0)