aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-26 09:52:06 +0000
committerSaturneric <[email protected]>2021-05-26 09:52:06 +0000
commit4f39afa8078be2bcfdd4d0f54d8a203cbb7f58c9 (patch)
tree2c40ec2a3da6978cd65a8006a6cc7427b01b7536 /.gitignore
parentFix some problems caused by negligence. (diff)
downloadGpgFrontend-4f39afa8078be2bcfdd4d0f54d8a203cbb7f58c9.tar.gz
GpgFrontend-4f39afa8078be2bcfdd4d0f54d8a203cbb7f58c9.zip
Remove the self-compiled GpgME package
Modify the compilation settings so that the project can be compiled on MacOS. Complete .gitignore
Diffstat (limited to '')
-rw-r--r--.gitignore110
1 files changed, 102 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index ce5bb686..6ec9a170 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,103 @@
-mocfiles
-objectfiles
-qrc_gpg4usb.cpp
-release/conf
-release/gpg4usb
+# Configure Files
+*/conf/*
+
+
+# Clangd
+.cache/
+test/
+
+
+# C++
+
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+
+
+
+
+# CMake
+
+# CLion
+cmake-build-debug/
+cmake-build-release/
+
+# Unix
+build/
+
+# General
+CMakeLists.txt.user
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+Testing
Makefile
-release/keydb/pubring.gpg
-release/keydb/trustdb.gpg
-cmake-build-debug
+cmake_install.cmake
+install_manifest.txt
+compile_commands.json
+CTestTestfile.cmake
+_deps
+
+
+
+
+# Qt
+
+# Qt-es
+object_script.*.Release
+object_script.*.Debug
+*_plugin_import.cpp
+/.qmake.cache
+/.qmake.stash
+*.pro.user
+*.pro.user.*
+*.qbs.user
+*.qbs.user.*
+*.moc
+moc_*.cpp
+moc_*.h
+qrc_*.cpp
+ui_*.h
+*.qmlc
+*.jsc
+Makefile*
+*build-*
+*.qm
+*.prl
+
+# Qt unit tests
+target_wrapper.*
+
+# QtCreator
+*.autosave
+