Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bachish committed Jan 5, 2025
1 parent c6a9c38 commit 6164c6b
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 45,131 deletions.
21 changes: 2 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ input.txt

# Benchmarks
/benchmarks/build/
/benchmarks/src/jmh/kotlin/antlr4/*
!/benchmarks/src/jmh/kotlin/antlr4/*.g4
!/benchmarks/src/main/java/org/antlr4/*.g4

# Lexers
/benchmarks/src/jmh/kotlin/lexers/*.java
Expand All @@ -20,12 +19,6 @@ solver/build/
build/
out/

# No idea wtf is this
*.attach*

# Graphs
*.dot
*.pdf

# Profiling
/visualvm_217
Expand All @@ -36,9 +29,6 @@ out/
# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
Expand Down Expand Up @@ -71,20 +61,13 @@ bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store

### Generated files ###
/gen/
/benchmarks/gen/
/benchmarks/logs/
/benchmarks/src/test/resources/java/correct/*
Loading

0 comments on commit 6164c6b

Please sign in to comment.