Skip to content

Commit

Permalink
[MINOR] Added a note on how to ignore the tracked auto-generated pars…
Browse files Browse the repository at this point in the history
…er files
  • Loading branch information
corepointer committed Sep 4, 2019
1 parent 30bb797 commit f87ab7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ docs/api

# Excluded sources
# (we're including the generated files to simply IDE setup w/o mvn build)
# Since the gitignore file does not ignore tracked files, the auto-generated
# parser files need to be ignored by the following command:
# git update-index --assume-unchanged [<file> ...]
# This can be undone by git update-index --no-assume-unchanged [<file> ...]
# Use the command above on these files:
# src/main/java/Dml.tokens
# src/main/java/DmlLexer.tokens
# src/main/java/org/tugraz/sysds/parser/dml/DmlBaseListener.java
Expand Down

0 comments on commit f87ab7b

Please sign in to comment.