From 46da5e45addc18290ed1f990b269bbcf96dccfbc Mon Sep 17 00:00:00 2001 From: Aleksandar Milicevic Date: Sun, 8 Apr 2018 11:59:08 -0700 Subject: [PATCH] Git ignore .classpath and .project Eclipse meta-information files (#44) * Git ignore .classpath and .project Eclipse meta-information files * Add newline at the end of file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fd65768b6..ad8e72c0a 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4compiler/ *.iml .idea +# Eclipse classpath and project files +.classpath +.project