Skip to content

Commit

Permalink
Moved docs/ to doc/, tests/ to test/; simplified .gitignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
komiga committed Dec 15, 2012
1 parent d1540e8 commit 69b0814
Show file tree
Hide file tree
Showing 39 changed files with 11 additions and 32 deletions.
29 changes: 1 addition & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,2 @@
# Builds
*.exe
*.dll
*.so
*.idb
*.pdb
*.obj
*.lib
*.exp
*.o
*.a

# Generated documentation
docs/latex/
docs/html/

# Makefiles and build data
Makefile
*.make
out/
lib/
*.sln
*.suo
*.vcproj
*.ncb
*.user

# Project stuff
*.sublime-workspace
ductpp.sublime-workspace
2 changes: 2 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

html/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions ductpp.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"path": "./"
},
{
"name": "- Docs",
"path": "./docs"
"name": "- Doc",
"path": "./doc/"
},
{
"name": "- Source",
"path": "./duct/"
},
{
"name": "- Tests",
"path": "./tests/"
"name": "- Test",
"path": "./test/"
}
],
"settings":
Expand Down
4 changes: 4 additions & 0 deletions test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Makefile
*.make
out/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed tests/.gitignore
Empty file.

0 comments on commit 69b0814

Please sign in to comment.