Skip to content

Commit 2c52d02

Browse files
author
pmartinez
committedJun 29, 2016
added prerequisites for C and C++
1 parent d1caffe commit 2c52d02

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎C++.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Prerequisites
2+
*.d
3+
14
# Compiled Object files
25
*.slo
36
*.lo

‎C.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Prerequisites
2+
*.d
3+
14
# Object files
25
*.o
36
*.ko

0 commit comments

Comments
 (0)
Please sign in to comment.