diff options
author | Konrad Scherer <Konrad.Scherer@windriver.com> | 2010-07-27 13:37:22 -0400 |
---|---|---|
committer | Konrad Scherer <Konrad.Scherer@windriver.com> | 2010-07-30 11:28:00 -0400 |
commit | 73f6a3b712874916d6552717bfe7a077bca456cf (patch) | |
tree | 54e58c66ea2a710982638035ee1cbbfca3a94de4 | |
parent | 973e40da8e5abb080cc0b9c9eaff4d84dea5b42c (diff) | |
download | pseudo-73f6a3b712874916d6552717bfe7a077bca456cf.tar.gz pseudo-73f6a3b712874916d6552717bfe7a077bca456cf.tar.bz2 pseudo-73f6a3b712874916d6552717bfe7a077bca456cf.zip |
Added .gitignore to clean up git status
CQ: WIND00225366
The .gitignore file tells git to ignore all the temporary files that
are created by the build.
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2253c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.o +Makefile +libpseudo.so +pseudo_wrapfuncs.* +pseudo_wrapper_table.c +pseudo +pseudodb +pseudolog + |