Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cobrabytes committed Sep 8, 2018
1 parent d9bbd80 commit 8511896
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
@@ -0,0 +1,26 @@
src/*.exe
src/CobraBytes
src/CobraBytesd
src/test_CobraBytes
src/build.h
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.o
*.patch
.CobraBytes
#compilation and Qt preprocessor part
*.qm
Makefile
BREAKBITS-qt
#resources cpp
qrc_*.cpp
#qt creator
*.pro.user
#mac specific
.DS_Store
build

!src/leveldb/Makefile

0 comments on commit 8511896

Please sign in to comment.