Logo white

Peter M. Groen / tty0tty

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • tty0tty
  • .gitignore
  • Ignore pts/tty0tty
    6d43d6a9
    Jeff Buchbinder authored
    2017-11-13 07:56:27 -0500  
    Browse Code ยป
.gitignore 314 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
# Ignore objects and archives, anywhere in the tree.
*.[oa]
*.lo
*.la
*.ko

# Other build output
*.mod.c
*.o.cmd
*.ko.cmd
/module/Module.symvers
/module/modules.order
/module/.tmp_versions
pts/tty0tty

# Ignore backup files
*~

# Ignore Eclipse project files
.cproject
.project
.autotools
.settings
.pydevproject