Revision 2a1bb9e150dac391120ab3f5286d3135a42b5c3d authored by Pradyumna on 03 August 2020, 10:30:22 UTC, committed by Pradyumna on 03 August 2020, 10:30:22 UTC
1 parent 9f24a1a
Raw File
.gitignore
# Don't track content of these folders

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip


#files
**/.DS_Store
**/.ipynb_checkpoints
back to top