Skip to content

Commit

Permalink
update .gitignore for YCM, VisualStudio and premake
Browse files Browse the repository at this point in the history
  • Loading branch information
azadkuh committed Mar 3, 2016
1 parent 9bd3d40 commit 2d55c34
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# ignore all subdirectories
**/

# YouCompleteMe
.ycm_extra_conf.*

# Object files
*.o
*.ko
*.obj
*.elf
*.user
*.autosave
*.~
*.bak
*.log
*.swp

# Precompiled Headers
*.gch
Expand All @@ -31,8 +40,26 @@
*.x86_64
*.hex

# build systems
Makefile
*.make
# Visual studio
*.htm
*.html
*.ncb
*.idb
*.suo
*.pdb
*.vcxproj.filters
*.vcproj
*.vcxproj
*.sln
*.rc


# Debug files
*.dSYM/

# OSX shit
.DS_Store
.directory

0 comments on commit 2d55c34

Please sign in to comment.