summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2017-12-31 10:45:10 -0700
committerAaron Ball <nullspoon@oper.io>2017-12-31 10:45:10 -0700
commit0c44578916c834fd84accb785efc12633cbb971e (patch)
tree78f6af94f8a792ff18768deddb71b5c759303961
parentefd02b9c1eeba985b5c431b4a02b2cd060561227 (diff)
downloadluminous-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--.gitignore2
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

Generated by cgit