diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-18 14:10:07 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-20 14:42:52 +0000 |
commit | 62b4d6bddc724219facb0ff1da3104d6be29b7ca (patch) | |
tree | 677f59de782a19fb40543b4f4c4813ac85e86e7e /.gitignore | |
parent | 1768744b3adf8af0d317ee7d9d16d232f5c59d1f (diff) |
Minor fixes to clean
Also adds hidden files (like IDE configs) to gitignore
Change-Id: Ief595c41c5b4f0fe058f7b774f7a2aefdab733a4
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 024eb9f773d716e041f064c669690e0e2a727877)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,17 +1,11 @@ *~ *.pyc -.*.sw? -.coverage /docs_build/ /docs_output/ /releng/ -.build/ -.cache/ -ci/apex_build.log -ci/apex_deploy.log -.tox/ apex.egg-info/ /apex/tests/playbooks/*.retry coverage.xml nosetests.xml -ci/apex_clean.log +ci/*.log +.* |