Skip to content

Commit

Permalink
.gitignoreに除外ファイルを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
近藤 直人 committed Jun 12, 2014
1 parent 13e92c4 commit 85df7ce
Showing 1 changed file with 60 additions and 2 deletions.
62 changes: 60 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Created by http://www.gitignore.io

### C++ ###
# Compiled Object files
*.slo
*.lo
Expand All @@ -20,5 +23,60 @@
*.out
*.app

# CMake
*.txt.user

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


### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp


### 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


### Linux ###
*~

# KDE directory preferences
.directory

0 comments on commit 85df7ce

Please sign in to comment.