AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
696 stars 124 forks source link

Files no longer ignored after code refactoring #91

Closed AbderrahmanL closed 2 years ago

AbderrahmanL commented 4 years ago

Hello, These files (Under org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/parser):

Are generated upon build by some scripts in the same directory (as the scripts) and are supposed to be ignored, but the .gitignore(In the root of the repo) is still referencing the old path for the 3 files (org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4compiler/parser).

It is a minor but annoying matter as whenever you build the generation date in the 3 files are changed.

Regards.

pkriens commented 2 years ago

This was changed in 6.0