diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-07-09 12:49:17 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-07-09 12:49:17 +0300 |
commit | b382dfbee6a9d979911dacdf081e5fcf44922acf (patch) | |
tree | a1adcf70a0d6dbf2c1bcebd44b688d221b28bd6f /.gitignore | |
parent | Improve login flow (#35) (diff) | |
download | nheko-b382dfbee6a9d979911dacdf081e5fcf44922acf.tar.xz |
Remove custom badge counter from mac and windows (#42)
- Add icon set on mac for future packaging
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ff385780..bfd07a85 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,29 @@ CMakeCache.txt CMakeFiles cmake_install.cmake install_manifest.txt + +#####=== OSX ===##### +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk |