diff options
author | Mihael Koep <koep@schneide.com> | 2012-10-30 17:54:36 +0100 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2012-10-30 17:54:36 +0100 |
commit | 8ce877dfe1dcf1fc1896142405c61a76d5b8b00f (patch) | |
tree | bec6e703ccbb5529fdc6595a8469064bf02315c0 /.gitignore | |
parent | 620871c0c8e742af5f55ae9a2d6fe2066aa35193 (diff) | |
download | libuca-8ce877dfe1dcf1fc1896142405c61a76d5b8b00f.tar.gz libuca-8ce877dfe1dcf1fc1896142405c61a76d5b8b00f.tar.bz2 libuca-8ce877dfe1dcf1fc1896142405c61a76d5b8b00f.tar.xz libuca-8ce877dfe1dcf1fc1896142405c61a76d5b8b00f.zip |
Fix incomplete committ...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CMake* +CMakeFiles *~ *.cmake Makefile @@ -6,3 +6,7 @@ src/libuca.so* test/ libuca.spec src/config.h +*.rpm +install_manifest.txt +_CPack_Packages +*.orig |