mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:01:50 +02:00
fix gitignore
This commit is contained in:
parent
1b6070d9ef
commit
c94d2b3641
50
.gitignore
vendored
50
.gitignore
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user