Skip to content

Commit

Permalink
Fix gitignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Sep 20, 2014
1 parent 680b83a commit b6d5aa8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 36 deletions.
39 changes: 3 additions & 36 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
# 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

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Icon must ends with two \r.
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes
# exclude all dot files except .gitignore
.*
!.gitignore
18 changes: 18 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# exclude binaries and temporary files
binaries/
binaries_plugs/
intermediate/
intermediate_plugs/
libraries/
ipch/

# User-specific files
*.suo
*.sdf
*.opensdf
*.user

# Visual Studio profiler
*.psess
*.vsp
*.vspx

0 comments on commit b6d5aa8

Please sign in to comment.