From a5d17d2b0e14cafaa2573d9e538af2a98d2338cc Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Fri, 17 Jan 2014 20:16:55 -0800 Subject: .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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 912c00f0..28ef75b8 100644 --- a/.gitignore +++ b/.gitignore @@ -81,5 +81,5 @@ core cscope.* TAGS build-aux/ - +__pycache__ version.h -- cgit v1.2.3