diff options
author | Itay Grudev <itay+git2020@grudev.com> | 2020-03-03 01:22:54 +0000 |
---|---|---|
committer | Itay Grudev <itay+89bf5c@grudev.com> | 2020-03-03 01:24:55 +0000 |
commit | 81cc2719beab0317b52764e8cf56afd8f56b0c89 (patch) | |
tree | 596bf4f020748b45b7bf1f262281bb477077ac79 /.gitignore | |
parent | Merge pull request #94 from itay-grudev/qwertysam (diff) | |
download | singleapplication-81cc2719beab0317b52764e8cf56afd8f56b0c89.tar.xz |
v3.1.0a Added primaryUser()
Closes #95
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -6,9 +6,11 @@ /examples/basic/basic /examples/calculator/calculator /examples/sending_arguments/sending_arguments -CMakeLists.txt.user -CMakeCache.txt -CMakeCache/* -CMakeFiles/* -Makefile -cmake_install.cmake +/**/CMakeLists.txt.user +/**/CMakeCache.txt +/**/CMakeCache/* +/**/CMakeFiles/* +/**/Makefile +/**/cmake_install.cmake +/**/*_autogen/ +libSingleApplication.a |