|
From: Carsten H. (R. - E. G. <no-...@en...> - 2013-09-04 03:19:06
|
raster pushed a commit to branch master.
commit 38f369b419e9fef8090dc75b1321fb3d0a61c07a
Author: Carsten Haitzler (Rasterman) <ra...@ra...>
Date: Wed Sep 4 12:06:51 2013 +0900
update gitignore to ignore tmp and generated files
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index f6c4c35..db31832 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
*.edj
*.o
+*~
+compile
INSTALL
Makefile
Makefile.in
--
|