1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

add basic gitignore for C++

This commit is contained in:
Daniel Schauenberg 2010-11-09 05:14:35 +08:00 committed by Chris Wanstrath
parent 8495bcc605
commit fbcdec436e

8
C++.gitignore Normal file
View File

@ -0,0 +1,8 @@
# compiled object files
*.o
# compiled dynamic libraries
*.so
# compiled static libraries
*.a