diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-25 13:01:37 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-26 22:54:51 +0200 |
commit | fe45c49e56eb167d0dd950e473de7576cd333faf (patch) | |
tree | ce4adb1a835636a85d15fa0357778643752645c3 /third_party/SingleApplication-3.1.3.1/.gitignore | |
parent | Set cxx standard as cache variable for when toolchain file is not used (diff) | |
download | nheko-fe45c49e56eb167d0dd950e473de7576cd333faf.tar.xz |
Bump singleapplication version
Diffstat (limited to 'third_party/SingleApplication-3.1.3.1/.gitignore')
-rw-r--r-- | third_party/SingleApplication-3.1.3.1/.gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/SingleApplication-3.1.3.1/.gitignore b/third_party/SingleApplication-3.1.3.1/.gitignore new file mode 100644 index 00000000..35533fe8 --- /dev/null +++ b/third_party/SingleApplication-3.1.3.1/.gitignore @@ -0,0 +1,16 @@ +/examples/*/*.o +/examples/*/Makefile +/examples/*/moc_*.cpp +/examples/*/moc_predefs.h +/examples/*/*.qmake.stash +/examples/basic/basic +/examples/calculator/calculator +/examples/sending_arguments/sending_arguments +/**/CMakeLists.txt.user +/**/CMakeCache.txt +/**/CMakeCache/* +/**/CMakeFiles/* +/**/Makefile +/**/cmake_install.cmake +/**/*_autogen/ +libSingleApplication.a |