diff options
author | Robin Krahl <github@ireas.org> | 2014-10-17 03:18:57 +0200 |
---|---|---|
committer | Robin Krahl <github@ireas.org> | 2014-10-17 03:18:57 +0200 |
commit | f607c3aaa3bb76d441b47eb437597ecf0c54a586 (patch) | |
tree | 615caf0205a0f502838905a3ce30cefc804ba4f5 /.gitignore | |
download | sqlitepp-f607c3aaa3bb76d441b47eb437597ecf0c54a586.tar.gz sqlitepp-f607c3aaa3bb76d441b47eb437597ecf0c54a586.tar.bz2 |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8bd026 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app |