Skip to content

Commit

Permalink
Improve .gitignore files with better patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhaziTriki committed Jul 9, 2015
1 parent 905233b commit 1ac5a30
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
.DS_Store
._.DS_Store*
.metadata/
record-and-playback/playback-client-js/testmeeting/
record-and-playback/playback-web/playback-web-0.1.war
record-and-playback/.project
push_to_git.py
**/target/*
.vagrant/*
**/.settings/*
*/.gradle
bbb-lti/.classpath
bbb-lti/.project
Expand Down
9 changes: 1 addition & 8 deletions akka-bbb-apps/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.DS_Store
._.DS_Store*
.metadata
.project
.classpath
Expand All @@ -15,8 +13,6 @@ gen
**/*.perspectivev3
*.xcworkspace
*.xcuserdatad
**/target
target
*.iml
project/*.ipr
project/*.iml
Expand All @@ -30,9 +26,7 @@ project/*.iml
project/*/*.iml
project/.idea
project/.idea/*
.idea
.idea/*
.idea/**/*
.idea/
.DS_Store
project/.DS_Store
project/*/.DS_Store
Expand All @@ -53,4 +47,3 @@ akka-patterns-store/
lib_managed/
.cache
bin/

9 changes: 1 addition & 8 deletions akka-bbb-fsesl/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.DS_Store
._.DS_Store*
.metadata
.project
.classpath
Expand All @@ -15,8 +13,6 @@ gen
**/*.perspectivev3
*.xcworkspace
*.xcuserdatad
**/target
target
*.iml
project/*.ipr
project/*.iml
Expand All @@ -30,9 +26,7 @@ project/*.iml
project/*/*.iml
project/.idea
project/.idea/*
.idea
.idea/*
.idea/**/*
.idea/
.DS_Store
project/.DS_Store
project/*/.DS_Store
Expand All @@ -53,4 +47,3 @@ akka-patterns-store/
lib_managed/
.cache
bin/

2 changes: 2 additions & 0 deletions bigbluebutton-client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ bundles.txt
build/
bin/
bin-debug/
bin-release/
client/
locale/.tx/
bbbResources.properties.*
asdoc/
hs_err_pid*
html-templateBackup/
html-template/

0 comments on commit 1ac5a30

Please sign in to comment.