Add build directory to .gitignore, so that it's not tracked.
[novacoin.git] / .gitignore
index c1d06a3..6ed527d 100644 (file)
@@ -9,3 +9,14 @@ src/bitcoind
 *.o
 *.patch
 .bitcoin
+#compilation and Qt preprocessor part
+*.qm
+Makefile
+bitcoin-qt
+#resources cpp
+qrc_*.cpp
+#qt creator
+*.pro.user
+#mac specific
+.DS_Store
+build