Skip to content

Commit

Permalink
Polish gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuwch committed Jul 16, 2017
1 parent c52fb81 commit 71c1365
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
*
!*/

.cache/
.DS_Store/
.tox/

# Binary folders produced by UE4
Binaries/
Intermediate/
Plugins/

# Some cache folders
**/.cache/
**/__pycache__/
**/.tox/
**/.DS_Store

# Binary folders produced by sphinx and doxygen
docs/_build/
docs/doxygen/

# Files to track
!.gitignore
!LICENSE
!*.py
*.pyc
!*.cpp
!*.h
!*.tox
!*.rst
!*.md
!*.ini
!*.uplugin

0 comments on commit 71c1365

Please sign in to comment.