ignore various windows intermediate files
This commit is contained in:
parent
111baa289b
commit
ee51ab00b3
@ -11,6 +11,12 @@ tiffconf.h
|
|||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
*.la
|
*.la
|
||||||
|
*.lib
|
||||||
|
*.ilk
|
||||||
|
*.exp
|
||||||
|
*.pdb
|
||||||
|
*.dll
|
||||||
|
*.manifest
|
||||||
stamp-h1
|
stamp-h1
|
||||||
stamp-h2
|
stamp-h2
|
||||||
tif_config.h
|
tif_config.h
|
||||||
|
@ -3,4 +3,5 @@
|
|||||||
Makefile
|
Makefile
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
@ -24,3 +24,4 @@ tiff2pdf
|
|||||||
bmp2tiff
|
bmp2tiff
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
|
*.manifest
|
||||||
|
Loading…
Reference in New Issue
Block a user