diff options
author | Saturneric <[email protected]> | 2021-05-11 21:01:05 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-11 21:01:05 +0000 |
commit | 756660e0f4be94d6c21e25041dca4e9298a141ff (patch) | |
tree | 1cf46383762a975c5c933dba56674cd8cb4e751a /.gitignore | |
download | GpgFrontend-756660e0f4be94d6c21e25041dca4e9298a141ff.tar.gz GpgFrontend-756660e0f4be94d6c21e25041dca4e9298a141ff.zip |
Qt5 & Cmake Supported.
Project Structure Modified.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ce5bb686 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +mocfiles +objectfiles +qrc_gpg4usb.cpp +release/conf +release/gpg4usb +Makefile +release/keydb/pubring.gpg +release/keydb/trustdb.gpg +cmake-build-debug |