Browse Source

updated gitignore to support FreePascal and Lazarus.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
5130859868
1 changed files with 42 additions and 0 deletions
  1. 42 0
      .gitignore

+ 42 - 0
.gitignore

@@ -1,3 +1,7 @@
+
+# Created by https://www.gitignore.io/api/delphi,lazarus,freepascal
+
+### Delphi ###
 # Uncomment these types if you want even more clean repository. But be careful.
 # It can make harm to an existing project source. Read explanations below.
 #
@@ -64,3 +68,41 @@ __recovery/
 
 # Castalia statistics file (since XE7 Castalia is distributed with Delphi)
 *.stat
+
+### FreePascal ###
+*.lps
+*.compiled
+*.[oa]
+*.ppu
+*.rst
+*.cgi
+*.log
+*.bak*
+fp.ini
+fp.cfg
+fp.dsk
+### Lazarus ###
+# Lazarus compiler-generated binaries (safe to delete)
+*.dylib
+*.lrs
+*.res
+*.dbg
+*.or
+
+# Lazarus autogenerated files (duplicated info)
+*.rsj
+*.lrt
+
+# Lazarus local files (user-specific info)
+
+# 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/
+
+
+# End of https://www.gitignore.io/api/delphi,lazarus,freepascal