Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Orekit Orekit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit
  • OrekitOrekit
  • 6589d66f3539b3749975821c71973993ddb62942
Switch branch/tag
  • orekit
  • .gitignore
Find file Normal viewHistoryPermalink
.gitignore 90 Bytes
Newer Older
Luc Maisonobe's avatar
completely revamped partial derivatives computation in numerical propagation  
Luc Maisonobe committed Jan 10, 2011
1
2
.classpath
.project
Luc Maisonobe's avatar
added .settings to git ignore    
Luc Maisonobe committed Sep 04, 2011
3
.settings
Luc Maisonobe's avatar
.checkstyle should not be in git    
Luc Maisonobe committed Mar 27, 2013
4
.checkstyle
Luc Maisonobe's avatar
completely revamped partial derivatives computation in numerical propagation  
Luc Maisonobe committed Jan 10, 2011
5
bin
Luc Maisonobe's avatar
fixed various javadoc, findbugs and checkstyle errors    
Luc Maisonobe committed Jan 10, 2011
6
target
Luc Maisonobe's avatar
Added more patterns to .gitignore    
Luc Maisonobe committed Nov 20, 2013
7
/build
Luc Maisonobe's avatar
ignore /lib (created by ant build) in git    
Luc Maisonobe committed Dec 05, 2013
8
/lib
Luc Maisonobe's avatar
Added more patterns to .gitignore    
Luc Maisonobe committed Nov 20, 2013
9
*.class
Vincent CUCCHIETTI's avatar
Migrate tests from JUnit4 to JUnit5.    
Vincent CUCCHIETTI committed Sep 22, 2022
10
11
.idea/
orekit.iml