Skip to content

Commit

Permalink
Update git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Harinlen committed May 31, 2015
1 parent fa9585e commit 32592d1
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# C++ objects and libs

*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.dll
*.dylib

# Qt-es

*.pro.user
*.pro.user.*
moc_*.cpp
qrc_*.cpp
Makefile
*-build-*

# build dir
/build-*

# debian build dir
/debian/files
/debian/*.debhelper.log
/debian/*.substvars

#gedit temp file
*~

#Mac Spotlight Search

.DS_Store

#astyle temp files
Thumbs.db

#doxygen
doc/html

0 comments on commit 32592d1

Please sign in to comment.