From: Ben Widawsky Date: Sat, 18 Jan 2014 04:16:55 +0000 (-0800) Subject: .gitignore: Add pycache X-Git-Tag: intel-gpu-tools-1.6~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5d17d2b0e14cafaa2573d9e538af2a98d2338cc;p=platform%2Fupstream%2Fintel-gpu-tools.git .gitignore: Add pycache quick_dump which is python, generates files in __pycache__ which are the moral equivalent of object files. Don't let people add them to the index accidentally. Signed-off-by: Ben Widawsky --- diff --git a/.gitignore b/.gitignore index 912c00f..28ef75b 100644 --- a/.gitignore +++ b/.gitignore @@ -81,5 +81,5 @@ core cscope.* TAGS build-aux/ - +__pycache__ version.h