diff options
author | Piotr Esden-Tempski <piotr@esden.net> | 2018-12-24 09:10:59 +0100 |
---|---|---|
committer | Piotr Esden-Tempski <piotr@esden.net> | 2018-12-24 09:10:59 +0100 |
commit | 61bc31bbdc359571e4315e197dbee9b00d739aac (patch) | |
tree | b41d28c2ea32034cc29d018de0982fc1a80dec20 /iceprog/.gitignore | |
parent | 9671b760f84ca4006f0ef101a3e3b201df4eabb5 (diff) | |
download | icestorm-61bc31bbdc359571e4315e197dbee9b00d739aac.tar.gz icestorm-61bc31bbdc359571e4315e197dbee9b00d739aac.tar.bz2 icestorm-61bc31bbdc359571e4315e197dbee9b00d739aac.zip |
Factored out mpsse functions for easier reusability.
Diffstat (limited to 'iceprog/.gitignore')
-rw-r--r-- | iceprog/.gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/iceprog/.gitignore b/iceprog/.gitignore index 6c84476..a37e2fc 100644 --- a/iceprog/.gitignore +++ b/iceprog/.gitignore @@ -1,4 +1,4 @@ iceprog -iceprog.exe -iceprog.o -iceprog.d +*.exe +*.o +*.d |