From 7d23c2c24cd61af67604de14373fb80045126a84 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 23 Oct 2013 21:43:03 +1100 Subject: DOC: simpler diff for MANIFEST examination --- DEVELOP | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'DEVELOP') diff --git a/DEVELOP b/DEVELOP index 6e5e0b4c..51314078 100644 --- a/DEVELOP +++ b/DEVELOP @@ -703,9 +703,7 @@ Which indicates that testcases/files/logs/mysqld.log has been moved or is a dire # clean up current direcory - find . -name \*.pyc -exec rm {} \; - - diff -rul . /tmp/fail2ban-0.8.10.dev/ + diff -rul --exclude \*.pyc . /tmp/fail2ban-0.8.10.dev/ # Only differences should be files that you don't want distributed. -- cgit v1.2.1