diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-15 14:10:41 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-15 14:10:41 -0800 |
commit | 8d76c9a40859182d601d6f58064ddb7181fb6ce6 (patch) | |
tree | 66c3511b00a29be8bb2da376b3e945e3b754723b /.gitignore | |
parent | 97785c838e088f978c8dd2c4c796cdcbeafebffc (diff) | |
download | uhd-8d76c9a40859182d601d6f58064ddb7181fb6ce6.tar.gz uhd-8d76c9a40859182d601d6f58064ddb7181fb6ce6.tar.bz2 uhd-8d76c9a40859182d601d6f58064ddb7181fb6ce6.zip |
Created CMakeLists.txt for a CMake build.
Only created the files for building, install part missing.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5d81aa58a..d68a9d0f8 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ /ltmain.sh /missing /depcomp +*.a *.la *.lo *.o |