Parcourir la source

A few more .gitgnore updates.

Martijn Laan il y a 1 mois
Parent
commit
6971ddf49c

+ 6 - 0
Examples/MyDll/C#/.gitignore

@@ -0,0 +1,6 @@
+*.lib
+*.exp
+*.dll
+.vs/
+obj/
+packages/

+ 2 - 0
Examples/MyDll/Delphi/.gitignore

@@ -0,0 +1,2 @@
+*.dsk
+*.res

+ 4 - 0
Examples/MyProg/.gitignore

@@ -0,0 +1,4 @@
+.vs/
+ARM64/
+Win32/
+x64/

+ 1 - 0
ISHelp/ISHelpGen/.gitignore

@@ -1,3 +1,4 @@
+compilesettings.bat
 *.res
 *.dproj.local
 *.identcache

+ 4 - 0
Projects/Src/Compression.LZMACompressor/islzma/.gitignore

@@ -0,0 +1,4 @@
+islzma/
+islzma_exe/
+Win32/
+x64/