Skip to content

Commit

Permalink
Update gitignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsa committed Feb 6, 2018
1 parent d92865c commit 50b9801
Showing 1 changed file with 13 additions and 29 deletions.
42 changes: 13 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Compiled source #
###################
# Compiled source
*.com
*.class
*.dll
Expand All @@ -18,39 +17,24 @@
*.la
*.a

# emacs
*~
# Eclipse
**/.project
**/.cproject
**/.settings
**/.pydevproject

# Eclipse:
.project
.cproject
.settings
.pydevproject

src/.cproject
src/.project

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.iso
*.jar
*.rar
*.tar
*.zip

# IDE and temp files #
######################
# Other IDE/editor config and temp files
*.swp
.ycm_extra_conf.py*
tags
*.sublime-project
*.sublime-workspace
src/.idea
*.tocbak
**/.idea
*~ # emacs

# Common build directories
/build*
/cmake-build-debug

# directory for visual studio auxiliary project info created for the new VS 'build-from-cmake' option:
/.vs
Expand Down

0 comments on commit 50b9801

Please sign in to comment.