Skip to content

Commit

Permalink
Fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jul 24, 2018
1 parent a7a567a commit 7548af9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .gitignore
@@ -1 +1,15 @@
src/packages
# exclude all dot files except .git, appveyor and travis files
.*
!.git*
!.appveyor*
!.travis.yml

# exclude binaries and temporary files
bin/
bin_plugs/
intermediate/
intermediate_plugs/
lib/
*.aps
*.user
*.PVS-Studio.*
1 change: 1 addition & 0 deletions src/.gitignore
@@ -1,5 +1,6 @@
# exclude binaries and temporary files
ipch/
packages/

# User-specific files
*.suo
Expand Down

0 comments on commit 7548af9

Please sign in to comment.