Revision a04585ff20b1389c713709b543a1af420bd300c1 authored by Pradyumna on 03 August 2020, 10:31:23 UTC, committed by Pradyumna on 03 August 2020, 10:31:23 UTC
1 parent 2a1bb9e
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