Skip to content

Commit

Permalink
OSF release 1.3.5-osf from origin 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaud Degueurce committed Mar 6, 2019
1 parent d11ad3c commit 1e0bdd0
Show file tree
Hide file tree
Showing 548 changed files with 43,246 additions and 21,007 deletions.
81 changes: 30 additions & 51 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,11 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# 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

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE files #
#############
# Maven
/target/
/*/target/
/*/*/target/
/core/local_dhus_test/
/core/test-output/

# IDE files
.~lock.*
.buildpath

Expand All @@ -48,24 +16,35 @@ nb-configuration.xml

# Eclipse
.classpath
.checkstyle
.project
.settings/

#Vi
*.swp

# Intellij
.idea/
*.iml
*.iws

# Mac
.DS_Store
# Archives
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.xz
*.zip

# Maven
target/
local_dhus_test/
# Logs and databases
*.log
*.sqlite

# others
client/webclient/install/
client/webclient/node_modules/
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Loading

0 comments on commit 1e0bdd0

Please sign in to comment.