diff options
| author | Franklin Wei <me@fwei.tk> | 2019-03-12 12:23:19 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2019-03-12 12:23:19 -0400 |
| commit | 98e078d3f07071b10ae292696b9caf2c50f65049 (patch) | |
| tree | f508e3e07159c26730601b9cb57537cba17d285a | |
| parent | fdc498db3af5cb36765cf5f0da6296a4033b91b7 (diff) | |
| download | circgraph-98e078d3f07071b10ae292696b9caf2c50f65049.zip circgraph-98e078d3f07071b10ae292696b9caf2c50f65049.tar.gz circgraph-98e078d3f07071b10ae292696b9caf2c50f65049.tar.bz2 circgraph-98e078d3f07071b10ae292696b9caf2c50f65049.tar.xz | |
Add .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..e8b0e2b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +circgraph +genrand +*.dot +*.o +*.pdf +*.png
\ No newline at end of file |