Ignore build* folders and project file generated by QtCreator

v0.27.3
Luis Diaz Mas 8 years ago committed by Luis Díaz Más
parent ec09c98adb
commit 1657c7e53d

3
.gitignore vendored

@ -5,6 +5,7 @@
*.o
*.swp
*.pyc
*.txt.user
.DS_Store
config.log
config.status
@ -13,7 +14,7 @@ libtool
.deps/
.libs/
bin/
build/
build*
config/autom4te.cache/
config/config.h
config/config.mk

Loading…
Cancel
Save