From c59ff36243f7f2acddeb3ded5a737dda57cb15c8 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 2 May 2012 20:07:18 -0400 Subject: [PATCH] added dot files to ignore list, which now strikes me as a bad idea, since then i can no longer easily add gitignore files. hmmm. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 065684d0..cebd1d51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # ignore generated files of various types. +.* +*# __build_configuration.h *.class *.log -- 2.34.1