Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
195c5e53
Commit
195c5e53
authored
Oct 06, 2017
by
Simon Spannagel
Browse files
Add gitignore
parent
067dbc78
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
195c5e53
# ignore build and install directories
build/
bin/
lib/
obj/
# root and data files do not belong into the repository
*.root
*.pdf
*.log
*.dat
*.macro
*.ps
*.wrl
*.png
# ignore backup files of any sort of editor:
~*
*~
.*
\#*
# ignore python byte code
*.pyc
# Ignore Doxygen's SQlite3 databases:
*.db
# Ignore ROOTs compiled macro objects
*.d
*.so
*.pcm
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment