Commit 40559b6f authored by Erika Segatto's avatar Erika Segatto

update gitignore para incluir arquivos gerados pelo lazarus

parent 3196e882
...@@ -60,3 +60,40 @@ __history/ ...@@ -60,3 +60,40 @@ __history/
# Castalia statistics file # Castalia statistics file
*.stat *.stat
### Lazarus ###
# Lazarus compiler-generated binaries (safe to delete)
*.exe
*.dll
*.so
*.dylib
*.lrs
*.res
*.compiled
*.dbg
*.ppu
*.o
*.or
*.a
# Lazarus autogenerated files (duplicated info)
*.rst
*.rsj
*.lrt
# Lazarus local files (user-specific info)
*.lps
# Lazarus backups and unit output folders.
# These can be changed by user in Lazarus/project options.
backup/
*.bak
lib/
# Application bundle for Mac OS
*.app/
CVS/
deploy/
.#*
...@@ -59,6 +59,12 @@ ...@@ -59,6 +59,12 @@
<ExecutableType Value="Library"/> <ExecutableType Value="Library"/>
</Options> </Options>
</Linking> </Linking>
<Other>
<CustomOptions Value="-dUseCThreads"/>
<OtherDefines Count="1">
<Define0 Value="UseCThreads"/>
</OtherDefines>
</Other>
</CompilerOptions> </CompilerOptions>
</Item2> </Item2>
<Item3 Name="Release"> <Item3 Name="Release">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment