1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00

change .gitignore to include c/c++ types

This commit is contained in:
Ningping Wang 2014-05-09 18:26:45 +08:00
parent dca2e11c02
commit e3fbbfd44d

8
.gitignore vendored
View File

@ -4,4 +4,10 @@
# Intellij
.idea/
*.iml
*.iws
*.iws
# C/C++
*.o
*.a
*.so
*.dll