~singpolyma/biboumi

cfa754edb8173d6c41fb03c774342df196bca74a — Florent Le Coz 8 years ago f03d1a1
Add a .gitignore file
1 files changed, 33 insertions(+), 0 deletions(-)

A .gitignore
A .gitignore => .gitignore +33 -0
@@ 0,0 1,33 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Gcov files
*.gcno
*.gcov
*.gcda

# Build directories
build/