diff options
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | README | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..31d23c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +a.out +*.o +*~ +build/ +bin/ @@ -0,0 +1 @@ +# Pants |