Browse Source

added prerequisites for C and C++

pull/2030/head
pmartinez 7 years ago
parent
commit
2c52d023dd
2 changed files with 6 additions and 0 deletions
  1. 3
    0
      C++.gitignore
  2. 3
    0
      C.gitignore

+ 3
- 0
C++.gitignore View File

# Prerequisites
*.d

# Compiled Object files # Compiled Object files
*.slo *.slo
*.lo *.lo

+ 3
- 0
C.gitignore View File

# Prerequisites
*.d

# Object files # Object files
*.o *.o
*.ko *.ko

Loading…
Cancel
Save