From 2d235ef1a300303cd85ffff8955060614441fbd8 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Wed, 9 Jul 2014 15:50:12 -0700 Subject: [PATCH] Add more things to .gitignore This patch adds more files and things to .gitignore that keep poping up in my setup. Change-Id: I9b5754deac60b483960e03fb08807fdfdd5ae1d6 --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 74edb45ca..2b4a656a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # Congress build/runtime artifacts -/Congress.tokens -/src/policy/CongressLexer.py -/src/policy/CongressParser.py +Congress.tokens +congress/policy/CongressLexer.py +congress/policy/CongressParser.py +subunit.log + *.py[cod] @@ -55,4 +57,4 @@ ChangeLog *~ .*.swp *.swo - +*.swn