Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ramcoin-project authored Dec 2, 2018
1 parent e904879 commit bc43045
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
src/*.exe
src/ramcoin
src/ramcoind
src/test_ramcoin
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.o
*.patch
.ramcoin

# Compilation and Qt preprocessor part
*.qm
Makefile
ramcoin-qt
Ramcoin-Qt.app

# Unit-tests
Makefile.test
ramcoin-qt_test

# Resources cpp
qrc_*.cpp

# Qt creator
*.pro.user

# Mac specific
.DS_Store
build

!src/leveldb*/Makefile

0 comments on commit bc43045

Please sign in to comment.