Browse Source

Merge pull request #853 from danieljabailey/master

Add Lazarus IDE ignore file (in global dir this time)
Adam Roben 11 years ago
parent
commit
cea67aabe0
1 changed files with 12 additions and 0 deletions
  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