diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,8 +1,8 @@ -.*.dep -*.a -*.so -*.o -build/* -entityx/config.h -Makefile -html/ +.*.dep
+*.a
+*.so
+*.o
+build/*
+entityx/config.h
+Makefile
+html/
|