summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLawrence L Love <lawrencex.l.love@intel.com>2014-01-21 16:41:24 -0800
committerJosé Fonseca <jfonseca@vmware.com>2014-01-22 09:22:26 +0000
commit35125daf6f6ea68c24140ca68ac60f74869d14a7 (patch)
treecb348f9742fc7b43ba8ce257516f91932ca03d01 /.gitignore
parentb3a965de28b5443e27a55aed0d8019266c569c7a (diff)
qapitrace: ignore supporting files generated by qtcreator
When using qtcreator for build/debug, qtcreator creates miscellaneous helper files that don't need to be seen by git. Signed-off-by: Lawrence L Love <lawrencex.l.love@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0536650f..34ff766a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
*.a
*.bmp
*.bz2
+*.cbp
*.cmake
*.dll
*.dmg
@@ -28,6 +29,7 @@
_CPack_Packages
CMakeCache.txt
CMakeFiles
+CMakeLists.txt.user
Makefile
apitrace
build