diff .hgignore @ 89:6f8c3f8b5c07

fix setup.py
author akahori
date Tue, 26 Jun 2018 12:53:52 +0900
parents 925bc39ddb92
children
line wrap: on
line diff
--- a/.hgignore	Tue Jun 26 10:52:16 2018 +0900
+++ b/.hgignore	Tue Jun 26 12:53:52 2018 +0900
@@ -8,3 +8,34 @@
 .ipynb_checkpoints/
 *.egg-info/
 venv/
+.git
+.gitignore
+
+
+# General
+.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
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
\ No newline at end of file