We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aeefb4 commit 78c94f8Copy full SHA for 78c94f8
1 file changed
Lazarus.gitignore
@@ -0,0 +1,12 @@
1
+#ignore backup files
2
+backup/
3
+
4
+#ignore files generated by the compiler
5
+lib/
6
+*.compiled
7
+*.o
8
+*.or
9
+*.ppu
10
11
+#exclude executable output in windows
12
+*.exe
0 commit comments