1
0
mirror of https://github.com/github/gitignore synced 2024-06-13 08:00:02 +02:00

Merge pull request #2030 from pablomtz/c_prerequisites

added prerequisites for C and C++
This commit is contained in:
Brendan Forster 2016-07-01 16:32:25 +10:00 committed by GitHub
commit 39162b3830
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo

View File

@ -1,3 +1,6 @@
# Prerequisites
*.d
# Object files
*.o
*.ko