mirror of
https://github.com/kennethreitz-archive/gitignore.git
synced 2026-06-05 23:30:18 +00:00
add basic gitignore for C++
This commit is contained in:
committed by
Chris Wanstrath
parent
8495bcc605
commit
fbcdec436e
@@ -0,0 +1,8 @@
|
||||
# compiled object files
|
||||
*.o
|
||||
|
||||
# compiled dynamic libraries
|
||||
*.so
|
||||
|
||||
# compiled static libraries
|
||||
*.a
|
||||
Reference in New Issue
Block a user