2018/.gitignore

12 lines
84 B
Plaintext
Raw Normal View History

2018-12-01 15:21:38 +00:00
# Ignore everything without extension
*
2018-12-02 15:52:36 +00:00
!*.*
2018-12-01 15:21:38 +00:00
!*/
2018-12-01 13:52:17 +00:00
*.in
2018-12-01 15:21:38 +00:00
*.hi
*.o
2018-12-02 15:52:36 +00:00
*.prof
2018-12-06 11:02:45 +00:00
__pycache__