# ignore an entire directory
/dcu/

/.git/
*.cer
/demo/Lazarus/Binarios/cef/
/demo/Lazarus/lib/
/demo/Lazarus/bin/
/demo/Lazarus/backup/

/demo/Delphi/


/componente/Lazarus/pacote/lib/
/componente/Delphi/

#teste de mudança

#teste de Commit Roniery

# ignore a file type
*.gitignore

*.pem
*.pfx
*.key

*.txt

#Lazarus
*.bak
*.ppu
*.compiled
*.O
*.o

# Delphi compiler-generated binaries (safe to delete)
*.bpl
*.bpi
*.dcp
*.so
*.apk
#*.drc
*.map
*.dres
*.rsm
*.tds
*.dcu
*.lib
*.a
*.o
*.ocx

# Delphi autogenerated files (duplicated info)
*.cfg
*.hpp
*Resource.rc

# Delphi local files (user-specific info)
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk



# Delphi compiler-generated binaries (safe to delete)
*.bpl
*.bpi
*.dcp
*.so
*.apk
#*.drc
*.map
*.dres
*.rsm
*.tds
*.dcu
*.lib
*.a
*.o
*.ocx

# Delphi autogenerated files (duplicated info)
*.cfg
*.hpp
*Resource.rc

# Delphi local files (user-specific info)
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk


# Arquivos do Delphi
*.dcu
*.dproj.local
*.groupproj.local
*.tvsconfig
*.identcache
*.res

*.~*


# Arquivos diversos
*.zip
*.rar
*.ini
*.exe


# add an exception (using !) to the preceding rule to track a specific file
