diff --git a/.gitignore b/.gitignore index 06a21fe..d9b8e3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,20 @@ -*.kdev4 +# Ignore the following files *~ -*.rej +*.[oa] +*.diff +*.kate-swp +*.kdev4 +.kdev_include_paths +*.kdevelop.pcs +*.moc +*.moc.cpp *.orig -*.out -CMakeLists.txt.user -callgrind.* -heaptrack.* -*.qmlc -perf.data* +*.user +.*.swp +.swp.* +Doxyfile +Makefile /build*/ -*.fail +.cmake/ +CMakeLists.txt.user* +*.unc-backup*