We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bd7638 + 2756979 commit cea67aaCopy full SHA for cea67aa
1 file changed
Global/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