diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-08-12 20:24:26 +1200 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-08-12 20:24:26 +1200 |
commit | f733956be86596f887ac0bee9b00f60c082ec608 (patch) | |
tree | 2be58370fe37ef3910f38d32a200b8f827561d57 | |
parent | 15c91d8883865ab4d798e13b73e29102f1b4fee9 (diff) |
Ignore built files.
We don't want someone accidentally committing them.
Change-Id: Iec4df61d3b7b1e1bd30f4cbba6b9991062758101
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Built via Makefile +overcloud.yaml + *.py[cod] # C extensions |