Skip to content

Commit

Permalink
Refactor .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Mikoian authored and KjellMorgenstern committed Jul 13, 2019
1 parent 795e251 commit 4a9695d
Showing 1 changed file with 22 additions and 38 deletions.
60 changes: 22 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Temporary build files
.qmake.cache
.qmake.stash

# QtCreator folders and files #
#####################
Makefile*

phoenix.pro.user
/phoenix-build-*
/release*
Expand All @@ -10,28 +12,14 @@ phoenix.pro.user
*.user
*.user*


# FritzingTools folder
#####################
#/tools

# visual studio folders and files #
#####################
# Visual Studio files
*.sdf
*.opensdf
*.sln
*.vcxproj
*.vcxproj.*


Makefile*

# no longer keep boost library in the source #
/src/lib/boost*


# Compiled source #
###################
# Compiled source
*.pyc
*.com
*.class
Expand All @@ -42,29 +30,25 @@ Makefile*
*.suo
*.pdb

# Temporary files #
###############
# Temporary files
*.py~
*.xml~

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

# Logs and databases #
######################
#*.log
#*.sql
#*.sqlite
# Vim temporary files
*.swp
*.swo

/fritzing-parts/

# Packages and archives
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# OS generated files #
######################
Expand Down

0 comments on commit 4a9695d

Please sign in to comment.