Skip to content

Commit

Permalink
Add .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 19, 2014
1 parent c537f12 commit 53f7e06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
@@ -0,0 +1,10 @@
# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore

# Exclude Kdevelop4 files ...
.kdev*

# Exclude QtCreator files ...
CMakeLists.txt.user

0 comments on commit 53f7e06

Please sign in to comment.