diff options
author | Adam Roben <adam@roben.org> | 2013-11-26 19:50:24 -0800 |
---|---|---|
committer | Adam Roben <adam@roben.org> | 2013-11-26 19:50:24 -0800 |
commit | cea67aabe0af6fe0e1a306bd18929a763fccd1f5 (patch) | |
tree | f9d7265db5a50030c1f76af5a162ce79d9fb21a1 | |
parent | 0bd7638db905a80ac75aa1b443f84e3f44950429 (diff) | |
parent | 27569799cb61db08e9a2c06dfb61beae7a0d6573 (diff) | |
download | gitignore-cea67aabe0af6fe0e1a306bd18929a763fccd1f5.tar.gz gitignore-cea67aabe0af6fe0e1a306bd18929a763fccd1f5.zip |
Merge pull request #853 from danieljabailey/master
Add Lazarus IDE ignore file (in global dir this time)
-rw-r--r-- | Global/Lazarus.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
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 |