From: Daniel Bailey Date: Wed, 13 Nov 2013 18:33:14 +0000 (+0000) Subject: Added lazarus ignore file in the global dir this time X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=27569799cb61db08e9a2c06dfb61beae7a0d6573;p=gitignore.git Added lazarus ignore file in the global dir this time --- diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore new file mode 100644 index 00000000..e7149354 --- /dev/null +++ b/Global/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 \ No newline at end of file diff --git a/Lazarus.gitignore b/Lazarus.gitignore deleted file mode 100644 index e7149354..00000000 --- a/Lazarus.gitignore +++ /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