ソースを参照

Merge pull request #853 from danieljabailey/master

Add Lazarus IDE ignore file (in global dir this time)
Adam Roben 11 年 前
コミット
cea67aabe0
1 ファイル変更12 行追加0 行削除
  1. 12 0
      Global/Lazarus.gitignore

+ 12 - 0
Global/Lazarus.gitignore

@@ -0,0 +1,12 @@
+#ignore backup files
+backup/
+
+#ignore files generated by the compiler
+lib/
+*.compiled
+*.o
+*.or
+*.ppu
+
+#exclude executable output in windows
+*.exe