🙈 Update ignore file
This commit is contained in:
parent
98b69e9d03
commit
2b8eb45ccf
|
@ -1,8 +1,8 @@
|
||||||
#syntax: regexp
|
|
||||||
#(?<!\.(pas|lfm|lpr|lpi))$
|
|
||||||
syntax: glob
|
|
||||||
obj/*
|
obj/*
|
||||||
bin/*
|
bin/*
|
||||||
|
dist/*
|
||||||
|
Client.bin/*
|
||||||
|
Server.bin/*
|
||||||
doc/*
|
doc/*
|
||||||
pasdoc/*
|
pasdoc/*
|
||||||
Setup/*
|
Setup/*
|
||||||
|
@ -23,3 +23,4 @@ Setup/*
|
||||||
*.compiled
|
*.compiled
|
||||||
*.sh
|
*.sh
|
||||||
*.exe
|
*.exe
|
||||||
|
*.res
|
Loading…
Reference in New Issue