summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-07-23 17:53:50 +0200
committerKarroffel <therzog@mail.de>2017-07-23 17:53:50 +0200
commit4769f49cb4b9465ec27ff076e1cf97286cd13453 (patch)
tree1da8dbf14f072f634d7fddac70dff25998d60818 /.gitignore
parent606d2624af00d58da1c3dff0e25c55099459a973 (diff)
downloadredot-cpp-4769f49cb4b9465ec27ff076e1cf97286cd13453.tar.gz
Use static linking instead of dynamic linking
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 88295ff..574bea2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
src/*.cpp
src/*.hpp
include/*.hpp
+*.o
*.os
*.so
*.obj