fix gitignore

This commit is contained in:
Martin 2021-07-30 19:54:20 +02:00
parent 1b6070d9ef
commit c94d2b3641

50
.gitignore vendored
View File

@ -1,25 +1,25 @@
**/*.o **/*.o
**/*.ppu **/*.ppu
**/*.exe **/*.exe
**/*.bak **/*.bak
**/*.diff **/*.diff
**/*.patch **/*.patch
**/units/ **/units/
**/lib/ **/lib/
**/*;[1-9] **/*;[1-9]
**/*.~* **/*.~*
**/*.*~ **/*.*~
**/*.fpcunit.ini **/*.fpcunit.ini
**/*.lps **/*.lps
**/*.compiled **/*.compiled
/docs/chm/**/*.chm /docs/chm/**/*.chm
/docs/chm/**/*.xct /docs/chm/**/*.xct
/docs/chm/**/*.kwd /docs/chm/**/*.kwd
/docs/chm/**/*.txt /docs/chm/**/*.txt
/libeay32.dll /libeay32.dll
/ssleay32.dll /ssleay32.dll
/lazarus.cfg /lazarus.cfg
ide/revision.inc ide/revision.inc
!**/patches/*.patch !**/patches/*.patch
!**/patches/*.diff !**/patches/*.diff