Skip to content

Commit f4e72f9

Browse files
committed
Add gitignore exceptions for so/dll/exe files
1 parent 69046f4 commit f4e72f9

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.gitignore

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
Bin/
2-
Build/
3-
InstallFiles/
4-
utils/vswhere.exe
5-
utils/DXFiles.zip
6-
utils/DXFiles/
1+
# Note: there are things added at the end of this generated snippet by gitignore.io
72

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

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

412407
# End of https://www.gitignore.io/api/osx,c++,linux,windows,visualstudio,premake-gmake,visualstudiocode
408+
409+
410+
Bin/
411+
Build/
412+
InstallFiles/
413+
utils/vswhere.exe
414+
utils/DXFiles.zip
415+
utils/DXFiles/
416+
!*.so
417+
!*.dll
418+
!*.exe

0 commit comments

Comments
 (0)