diff options
author | FreeArtMan <=> | 2016-05-19 23:49:22 +0100 |
---|---|---|
committer | FreeArtMan <=> | 2016-05-19 23:49:22 +0100 |
commit | 9945de67982050338b7319dfb525d028536007a4 (patch) | |
tree | b6046addbfe8195ca9160f705661cd013a5fd000 /.gitignore | |
download | libcmd-9945de67982050338b7319dfb525d028536007a4.tar.gz libcmd-9945de67982050338b7319dfb525d028536007a4.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f79d43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +TODO +*.so +*.a +*.o +test/ +*.txt
\ No newline at end of file |