diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ee492f --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +CMakeFiles +*~ +*.cmake +Makefile +src/libuca.so* +test/ +libuca.spec +src/config.h +*.rpm +install_manifest.txt +_CPack_Packages +*.orig +tools/benchmark +tools/gen-doc +tools/grab +tools/grab-async +tools/gui/control +tools/perf |