diff options
author | midipix <writeonce@midipix.org> | 2019-11-03 04:21:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-11-03 04:21:04 +0000 |
commit | 66d7fd0de86bffaaac79ca115694524487e5135c (patch) | |
tree | 269050cf1de0fc35e13043f2c86031710a94ed5a | |
parent | f1d4f64623c5581bb6ca4f1fe0d1266b1c341cfe (diff) | |
download | chainport-66d7fd0de86bffaaac79ca115694524487e5135c.tar.bz2 chainport-66d7fd0de86bffaaac79ca115694524487e5135c.tar.xz |
project: added .gitignore.
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8865e48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*~ +*.o +*.a +*.so +*.gch +*.exe +Makefile +/bin +/build +/lib +/server |