diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-10-29 04:07:46 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-10-29 04:07:46 +0100 |
commit | cfa754edb8173d6c41fb03c774342df196bca74a (patch) | |
tree | 5c024dd2e89487696358ac1b331397bfba6a4b5f | |
parent | f03d1a16ddca85ccfabc9cad01ed206d75301043 (diff) | |
download | biboumi-cfa754edb8173d6c41fb03c774342df196bca74a.tar.gz biboumi-cfa754edb8173d6c41fb03c774342df196bca74a.tar.bz2 biboumi-cfa754edb8173d6c41fb03c774342df196bca74a.tar.xz biboumi-cfa754edb8173d6c41fb03c774342df196bca74a.zip |
Add a .gitignore file
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c8dd97 --- /dev/null +++ b/.gitignore @@ -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/ |