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 | |
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
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | pki/.gitignore | 2 |
2 files changed, 7 insertions, 2 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/ + + diff --git a/pki/.gitignore b/pki/.gitignore deleted file mode 100644 index dc84959d1..000000000 --- a/pki/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -build/ - |