This website works better with JavaScript
Home
Explore
Register
Sign In
SongZihuan
/
GitIgnore
mirror of
https://github.com/github/gitignore.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
added prerequisites for C and C++
pmartinez
8 years ago
parent
d1caffed35
commit
2c52d023dd
2 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
C++.gitignore
3
0
C.gitignore
+ 3
- 0
C++.gitignore
View File
@@ -1,3 +1,6 @@
+# Prerequisites
+*.d
+
# Compiled Object files
# Compiled Object files
*.slo
*.slo
*.lo
*.lo
+ 3
- 0
C.gitignore
View File
@@ -1,3 +1,6 @@
+# Prerequisites
+*.d
+
# Object files
# Object files
*.o
*.o
*.ko
*.ko