Skip to content
Snippets Groups Projects
Commit b80054d9 authored by Nando Farchmin's avatar Nando Farchmin
Browse files

update gitignore

parent 28a93511
No related branches found
No related tags found
1 merge request!2Develop
...@@ -2,19 +2,19 @@ ...@@ -2,19 +2,19 @@
# Ignore File Types # Ignore File Types
################################################################################ ################################################################################
*.swo *.swo # vim
*.swp *.swp # vim
*.pyc *.log # log files
*.log *.pyc # python
*.npy *.npy # python
*.h5 *.h5 # general file storage
*.hdf5 *.hdf5 # general file storage
################################################################################ ################################################################################
# Ignore Files # Ignore Files
################################################################################ ################################################################################
.tags PERSONAL_NOTES.md
################################################################################ ################################################################################
# Ignore Folders # Ignore Folders
...@@ -22,12 +22,9 @@ ...@@ -22,12 +22,9 @@
.ipynb_checkpoints .ipynb_checkpoints
__pycache__/ __pycache__/
alea_v1/
data/ data/
img/ img/
log/ log/
tikz/
personal_notes/
################################################################################ ################################################################################
# Specific Tracked Files # Specific Tracked Files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment