diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ *.d -*.o *.inc -*.args +*.o +*.so +.compile +.config.rc +.link-executable +.link-library +.redo/ test test_gen |
index : pack | ||
Serialisation and deserialisation in C similar to Python's struct library (WIP) | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | .gitignore | 9 |
@@ -1,6 +1,11 @@ *.d -*.o *.inc -*.args +*.o +*.so +.compile +.config.rc +.link-executable +.link-library +.redo/ test test_gen |