Skip to content

Commit

Permalink
Add gitignore exceptions for so/dll/exe files
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Jul 25, 2017
1 parent 69046f4 commit f4e72f9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .gitignore
@@ -1,9 +1,4 @@
Bin/
Build/
InstallFiles/
utils/vswhere.exe
utils/DXFiles.zip
utils/DXFiles/
# Note: there are things added at the end of this generated snippet by gitignore.io

# Created by https://www.gitignore.io/api/osx,c++,linux,windows,visualstudio,premake-gmake,visualstudiocode

Expand Down Expand Up @@ -410,3 +405,14 @@ __pycache__/
# should be stored in the .pubxml.user file.

# End of https://www.gitignore.io/api/osx,c++,linux,windows,visualstudio,premake-gmake,visualstudiocode


Bin/
Build/
InstallFiles/
utils/vswhere.exe
utils/DXFiles.zip
utils/DXFiles/
!*.so
!*.dll
!*.exe

0 comments on commit f4e72f9

Please sign in to comment.