Skip to content

Commit

Permalink
More gitignore additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidde Jansen authored and deepfakes_tmp committed Dec 20, 2017
1 parent 7e259d7 commit 58e33f3
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## Windows
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

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

# Windows shortcuts
*.lnk


## macOS
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*



## Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down

0 comments on commit 58e33f3

Please sign in to comment.