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
1 changed files with 8 additions and 0 deletions

8
C++.gitignore Normal file
View File

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