Skip to content

Commit

Permalink
Small cleanup of .gitignore and add a Mac OS X specific ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellCash committed Jul 25, 2015
1 parent f4b00d0 commit a76bba5
Showing 1 changed file with 13 additions and 24 deletions.
37 changes: 13 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
#
# Ignore the autogenerated makefile from qmake as this should be generated on the build machine.
#
Makefile
src/paycoind
src/test_paycoin

#
# Igonre QT creator generate files
#
paycoin.pro.user
#
# Ignore build dir as well.
#
# Ignore build dir
build/

#
# Ignore binaries
#
# Compilation and Qt preprocessor part
*.qm
Makefile
paycoin-qt
src/paycoind
src/test_paycoin

#
# Ignore generated resources
#
qrc_bitcoin.cpp
# Resources cpp
qrc_*.cpp

# Qt creator
*.pro.user

#
# Ignore generated locale files
#
src/qt/locale/*.qm
# Mac specific
.DS_Store

0 comments on commit a76bba5

Please sign in to comment.