diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,9 +1,20 @@ .DS_Store .idea *.log +*~ tmp/ +/.ccls-cache/ +*.in +*.m4 +/autom4te.cache/ +/build-aux/ +/config.h +*.status +/configure +.deps/ +Makefile *.o -build/ -.ccls-cache -.cache +/src/main +/stamp-h1 +/*.gz |