]> source.dussan.org Git - gitignore.git/commitdiff
Added lazarus ignore file in the global dir this time 853/head
authorDaniel Bailey <danieljabailey@gmail.com>
Wed, 13 Nov 2013 18:33:14 +0000 (18:33 +0000)
committerDaniel Bailey <danieljabailey@gmail.com>
Wed, 13 Nov 2013 18:33:14 +0000 (18:33 +0000)
Global/Lazarus.gitignore [new file with mode: 0644]
Lazarus.gitignore [deleted file]

diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore
new file mode 100644 (file)
index 0000000..e714935
--- /dev/null
@@ -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
\ No newline at end of file
diff --git a/Lazarus.gitignore b/Lazarus.gitignore
deleted file mode 100644 (file)
index e714935..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ignore backup files
-backup/
-
-#ignore files generated by the compiler
-lib/
-*.compiled
-*.o
-*.or
-*.ppu
-
-#exclude executable output in windows
-*.exe
\ No newline at end of file