Skip to content

Commit

Permalink
[add] ignore some files on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
endyul committed Jan 6, 2015
1 parent 89465ae commit e08a94b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,39 @@ ltp_data/
# running folder #
##################
dummy/

#########
# CMake #
#########
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt

#######
# OSX #
#######
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

*.swp

0 comments on commit e08a94b

Please sign in to comment.