瀏覽代碼

Merge pull request #1392 from Arvur/master

Reworked Lazarus.gitignore according to Lazarus Wiki
Brendan Forster 10 年之前
父節點
當前提交
ef00a6171e
共有 1 個文件被更改,包括 25 次插入10 次删除
  1. 25 10
      Global/Lazarus.gitignore

+ 25 - 10
Global/Lazarus.gitignore

@@ -1,15 +1,30 @@
-#ignore backup files
-backup/
-
-#ignore files generated by the compiler
-lib/
+# Lazarus compiler-generated binaries (safe to delete)
+*.exe
+*.dll
+*.so
+*.dylib
+*.lrs
+*.res
 *.compiled
+*.dbg
+*.ppu
 *.o
 *.or
-*.ppu
+*.a
 
-#ignore debug information files
-*.dbg
+# Lazarus autogenerated files (duplicated info)
+*.rst
+*.rsj
+*.lrt
 
-#exclude executable output in windows
-*.exe
+# 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/