Skip to content

Commit

Permalink
Re #6096. Remove 'personal' .gitignore entries
Browse files Browse the repository at this point in the history
These should go in .git/info/exclude instead.
  • Loading branch information
RussellTaylor committed Dec 7, 2012
1 parent ec800e1 commit 21d7c71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Took these from the https://github.com/github/gitignore project on October 21, 2011

# **** 'Personal' entries don't belong in here - put them in your .git/info/exclude file ****

# Ignore text editor (e.g. emacs) autosave files
*~
# ignore internal gitignore
*/test/.gitignore
/Code/Mantid/*/*/test/.gitignore
Win64/

# Ignore CMake generated files (if someone does an in-source build)
CMakeCache.txt
Expand Down Expand Up @@ -48,8 +46,6 @@ local.properties
.classpath
.settings/
.loadpath
*.vcxproj
*.filters

# External tool builders
.externalToolBuilders/
Expand All @@ -68,6 +64,8 @@ local.properties
*.sln
*.vcproj
*.exe
*.vcxproj
*.filters

# User-specific files
*.suo
Expand Down
3 changes: 1 addition & 2 deletions Code/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ Third_Party/
win64/
dbg/
rel/
debug/
release/

5 changes: 1 addition & 4 deletions Code/Mantid/Framework/Algorithms/test/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
*.cpp
test_header.h
DivideTest.h
MinusTest.h
MultiplyTest.h
PlusTest.h
/*.properties
/test_header.h

0 comments on commit 21d7c71

Please sign in to comment.