소스 검색

added lazarus gitignore file

Daniel Bailey 12 년 전
부모
커밋
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