Browse Source

Update the git ignore file a bit

pull/112/head
Greg Holmes 7 years ago
parent
commit
3b50633ffe
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      .gitignore

+ 4
- 3
.gitignore View File

@@ -1,6 +1,7 @@
1 1
 # Gradle created directories
2 2
 /.gradle
3 3
 /build
4
+/out
4 5
 
5 6
 # Downloaded private settings
6 7
 /etc/clover/clover.license
@@ -13,7 +14,7 @@
13 14
 /.nb-gradle/private/
14 15
 
15 16
 # DMDirc development profile
16
-/etc/profile/*.*
17
+/etc/profile
17 18
 /etc/profile/actions
18
-/etc/profile/identities/*
19
-!/etc/profile/identities/modealiases
19
+/etc/profile/identities
20
+!/etc/profile/identities/modealiases

Loading…
Cancel
Save