From 85df7ce4f643a9d9aef0b12eafc3c1c367f864e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=91=E8=97=A4=20=E7=9B=B4=E4=BA=BA?= Date: Thu, 12 Jun 2014 15:32:09 +0900 Subject: [PATCH] =?UTF-8?q?.gitignore=E3=81=AB=E9=99=A4=E5=A4=96=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3fcf025..afb52ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Created by http://www.gitignore.io + +### C++ ### # Compiled Object files *.slo *.lo @@ -20,5 +23,60 @@ *.out *.app -# CMake -*.txt.user \ No newline at end of file + +### 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