1
0
mirror of https://github.com/github/gitignore synced 2024-06-06 12:47:57 +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 # Compiled Object files
*.slo *.slo
*.lo *.lo

View File

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