diff options
author | Aaron Ball <nullspoon@oper.io> | 2017-12-31 10:45:10 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2017-12-31 10:45:10 -0700 |
commit | 0c44578916c834fd84accb785efc12633cbb971e (patch) | |
tree | 78f6af94f8a792ff18768deddb71b5c759303961 | |
parent | efd02b9c1eeba985b5c431b4a02b2cd060561227 (diff) | |
download | luminous-0c44578916c834fd84accb785efc12633cbb971e.tar.gz luminous-0c44578916c834fd84accb785efc12633cbb971e.tar.xz |
Added gitignore
Ignore any binary files matching obj/*.o and the compiled output of
make.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c29677 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +luminous +obj/*.o |