aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-11-02 19:32:08 +0100
committerBert Münnich <ber.t@posteo.de>2014-11-02 22:42:59 +0100
commitf55d9f4283f7133ab5a137fc04ee19d1df62fafb (patch)
tree8e4d75e9bc88ddc75e981fa0c6f239ede9665ec6 /.gitignore
parent6cee58117aedb00f250fce27a343d39708197257 (diff)
downloadnsxiv-f55d9f4283f7133ab5a137fc04ee19d1df62fafb.tar.zst
Use and depend on GNU make...
- Use non-POSIX :=,?=,+= macro assignments, fixes issue #97 - No optimization level set in CFLAGS, expected to be set in environment - Automatic header dependency tracking with one .d file per compilation unit - Better fix for issue #181
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7dd1d86..a3c7427 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-.depend
config.h
+*.d
*.o
sxiv