diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-04 10:47:29 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-04 10:47:29 +0100 |
commit | 4117304567ceb9454599a4e2889f09443382f74a (patch) | |
tree | 10cc3a89e8a90a5d8002d28e6c809148360a6e38 /.gitignore | |
parent | a650e7a58ae25d32510894f6efbe78ef659db774 (diff) |
Make compilable throgh both c and c++ and linkable with both using debug.hpp if c++ app links with debug compield with c compiler.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3be04e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +debug-complete +debug-complete-cpp +debug-filter +debug-minimal +debug-mutex +debug-obj +debug-simple +debug-syslog +debug.o +main_simple.o |