about time

This commit is contained in:
Robin Nicholson 2018-03-15 19:55:45 +01:00
parent 84659a2a43
commit 1016910279
1 changed files with 14 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# ignore all (get's rid of executables)
*
# unignore with extenstions
!*.*
# unignore directories
*/
# ignore produced files
*.o
*.so
*.elf
*.swp