aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2021-01-18 04:00:14 -0500
committerAndres Salomon <dilinger@queued.net>2021-01-18 04:00:14 -0500
commit09eb39236666e81d5da014acea011dcd74d0999b (patch)
tree52876d96be71be1a39d5d935c1295a51995e8949 /.gitignore
parentf1788ee27f33e9339334e0d79bde9a27d9ce2e44 (diff)
parenta4e78956f105875625b572d8b98459ffa86fafe5 (diff)
downloadlibquotient-09eb39236666e81d5da014acea011dcd74d0999b.tar.gz
libquotient-09eb39236666e81d5da014acea011dcd74d0999b.zip
Update upstream source from tag 'upstream/0.6.4'
Update to upstream version '0.6.4' with Debian dir aa8705fd74743e79c043bc9e3e425d5064404cfe
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 16 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 5d8126f4..e9b63926 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,24 @@
+# usual build directory names
build
-.kdev4
+build_dir
-# Qt Creator project file
-*.user
+# IDE project files/directories
+.kdev4
+.directory
+*.user*
+.idea
# qmake derivatives
Makefile*
object_script.*
.qmake*
debug/
-release/ \ No newline at end of file
+release/
+
+# CMake derivatives
+CMakeCache.txt
+cmake_install.cmake
+Makefile
+Quotient_autogen/
+.cmake/
+tests/.cmake/