Skip to content

Commit

Permalink
More processes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuron committed Oct 3, 2014
1 parent ad0a2e0 commit aa673be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VER=$(shell git rev-list --count HEAD)
VER=$(shell test -d .git && git rev-list --count HEAD || echo 0)
IDENTIFIER=de.uni-stuttgart.physcip.mountclean
SCRIPTNAME=mountclean.py

Expand Down
2 changes: 2 additions & 0 deletions mountclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def log(msg):
'SSPasteboardHelp',
'com.apple.Charac',
'com.apple.audio.',
'com.apple.intern',
'com.apple.CoreSi',
# Dropbox client
'Dropbox',
'dbfseventsd',
Expand Down

0 comments on commit aa673be

Please sign in to comment.