1
0
Эх сурвалжийг харах

added lazarus gitignore file

Daniel Bailey 12 жил өмнө
parent
commit
78c94f84f3
1 өөрчлөгдсөн 12 нэмэгдсэн , 0 устгасан
  1. 12 0
      Lazarus.gitignore

+ 12 - 0
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