1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 20:38:31 +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