diff options
author | Theofilos Intzoglou <int.teo@gmail.com> | 2011-10-11 18:22:18 +0300 |
---|---|---|
committer | Theofilos Intzoglou <int.teo@gmail.com> | 2011-10-11 18:22:18 +0300 |
commit | 111d8562d2f44e034dd50040691fa2cfb85050bd (patch) | |
tree | 97cabb2e317445bf80d9ca2894cdd1d4afe7b9ca | |
parent | Change naming scheme of QPortage and remove helper.{cpp,h} as they are no lon... (diff) | |
download | c-portage-111d8562d2f44e034dd50040691fa2cfb85050bd.tar.gz c-portage-111d8562d2f44e034dd50040691fa2cfb85050bd.tar.bz2 c-portage-111d8562d2f44e034dd50040691fa2cfb85050bd.zip |
Add a .gitignore file
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e30f802 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build +*~ +*.kdev4 |