Skip to content

Commit

Permalink
Clean .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RWRollet committed Sep 14, 2018
1 parent 5fb9e7e commit 763e20e
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
/bin/
org.eclipse.*
.project
.classpath
.settings
/target/
bin/
target/
.jar
!Grammar_Fuzzing*.jar

# Ignore eclipse specific files
.classpath
.project
.settings/
org.eclipse.*

# Ignore all response.xml except them in the documentation directory
*.response.xml
!doc/**/**.response.xml

# Ignore all autogenerated request.xml
*ontinued.request.xml
*ontd.request.xml
*ontd2.request.xml
*CloseStringRequest.request.xml
*CloseIntegerRequest.request.xml
*Close**Request.request.xml

0 comments on commit 763e20e

Please sign in to comment.