diff options
author | Adam Young <ayoung@redhat.com> | 2011-11-14 08:45:52 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-12-22 12:57:54 -0500 |
commit | 1b30a94537f073b43f809b1c8a623e40ca968b2c (patch) | |
tree | f871aef8c9d775d25a3369326e57ddcf652c2e65 /.gitignore | |
parent | e543b0b5d9957cad4256b69932eeccf538bab88e (diff) | |
download | pki-1b30a94537f073b43f809b1c8a623e40ca968b2c.tar.gz pki-1b30a94537f073b43f809b1c8a623e40ca968b2c.tar.xz pki-1b30a94537f073b43f809b1c8a623e40ca968b2c.zip |
gitignore
Moved gitignore to root of source tree and update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..aa25dac5d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +pki/build/ +.metadata/ +build/ +packages.*/ +packages/ + + |