Skip to content

Commit

Permalink
update .gitignore for ctags, YCM and vim friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
azadkuh committed Mar 2, 2016
1 parent b0dad38 commit 0fdad29
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@
3rdparty
tmp
xbin
docs/html
docs
res/keys
res/
TODO.md
tags

# ahh! OSX finder!
.directory
.DS_Store

# translation files
*.qm
*.ts

# key files
*.pem

Expand All @@ -19,8 +27,18 @@ Makefile*
*.o
*.qmake.stash
*.pro.user*
*.bak
*.log
*_plugin_import.cpp
*.swp

# java files
*.jar
*.class

# Visual studio
*.htm
*.html
*.ncb
*.idb
*.suo
Expand All @@ -33,3 +51,6 @@ Makefile*

# node.js external modules
node_modules
# YouCompleteMe
.ycm_extra_conf.*

0 comments on commit 0fdad29

Please sign in to comment.