Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aevol-eukaryotes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LUISELLI Juliette
aevol-eukaryotes
Commits
567509de
Commit
567509de
authored
1 year ago
by
David Parsons
Browse files
Options
Downloads
Patches
Plain Diff
update gitignore
parent
94e11dbe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitignore
+5
-2
5 additions, 2 deletions
.gitignore
with
5 additions
and
2 deletions
.gitignore
+
5
−
2
View file @
567509de
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Files hereby listed are ignored by git.
# Files hereby listed are ignored by git.
# See `man gitignore` for full description and syntax.
# See `man gitignore` for full description and syntax.
# Aevol is intended to be built out of source in the `build` direc
o
try:
# Aevol is intended to be built out of source in the `build` direct
o
ry:
# ignore files generated by the make process
# ignore files generated by the make process
*
build
*
*
build
*
...
@@ -16,7 +16,7 @@ doc/user_guide/user_manual.toc
...
@@ -16,7 +16,7 @@ doc/user_guide/user_manual.toc
# in the `examples` directory, ignore generated files
# in the `examples` directory, ignore generated files
# i.e. ignore everything under `examples` directory...
# i.e. ignore everything under `examples` directory...
examples
/*/**
examples
/*/**
# ... except: don't ignore param.in files
# ... except: don't ignore param.in
and README
files
!
examples
/**/
param
.
in
!
examples
/**/
param
.
in
!
examples
/**/
README
!
examples
/**/
README
...
@@ -30,3 +30,6 @@ test/ctest/**/test_input
...
@@ -30,3 +30,6 @@ test/ctest/**/test_input
# ignore IDE files and folders
# ignore IDE files and folders
.
vscode
.
vscode
.
idea
/
.
idea
/
# ignore Apple Desktop Services Stores
.
DS_Store
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment